Skip to content

Releases: mlange-42/chrono-photo

chrono-photo 0.3.0

07 Apr 19:42
Compare
Choose a tag to compare

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

06 Apr 11:59
Compare
Choose a tag to compare

Bugfix:

  • Exclude outliers for selection/calculation of background pixel value

chrono-photo 0.2.0

05 Apr 20:14
Compare
Choose a tag to compare

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

03 Apr 17:39
Compare
Choose a tag to compare
  • 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

03 Apr 00:24
Compare
Choose a tag to compare

First version supporting outlier algorithm.
CLI enhancements (progress bar, switch --debug).
Different methods for selection of background pixels.

chrono-photo 0.1.0

02 Apr 19:11
Compare
Choose a tag to compare

First release ever.
Most basic command line interface working.