Releases: mlange-42/chrono-photo
Releases · mlange-42/chrono-photo
chrono-photo 0.3.0
New features:
- Control over time-slicing / memory usage through option
--slice
- Control over compression level through option
--compression
- Warning for pixels consisting of only outliers
Bug fixes:
- Bug in calculation of quartiles
Breaking changes (API):
- Restructuring of module hierarchy
chrono-photo 0.2.1
Bugfix:
- Exclude outliers for selection/calculation of background pixel value
chrono-photo 0.2.0
New features:
- Outlier detection by absolute or relative distance to median
- "Soft" outlier threshold: blend depending on outlier distance
- Progressive blending of all outliers
- Frame range and step option
chrono-photo 0.1.2
- Outlier detection based on absolute distance to median
- More outlier selection options (first, last, extreme, average)
- Different compression modes for temporary files (gzip, zlib, deflate)
- Quality option for JPEG output
chrono-photo 0.1.1
First version supporting outlier algorithm.
CLI enhancements (progress bar, switch --debug).
Different methods for selection of background pixels.
chrono-photo 0.1.0
First release ever.
Most basic command line interface working.