Skip to content

Releases: mlange-42/chrono-photo

chrono-photo 0.6.5

27 Apr 21:27
Compare
Choose a tag to compare

Environments

  • Binaries for Linux and OSX (to be tested!), in addition to Windows.

chrono-photo 0.6.4

25 Apr 19:06
Compare
Choose a tag to compare

Performance

  • Approx. 10% performance gain for outlier algorithm by not writing data into per-pixel array

chrono-photo 0.6.3

20 Apr 19:48
Compare
Choose a tag to compare

Features

  • Multi-threading for camera shake analysis. Control with --shake-threads <num>

Bug fixes

  • Allow output path without directory (required ./file.jpg instead of file.jpg before)

chrono-photo 0.6.2

20 Apr 10:29
Compare
Choose a tag to compare

Features

  • Allows to use .chrono files instead of running .bat, .sh or terminal command
  • Multiple instances using the same temp directory now possible
  • Option --wait to keep the terminal open after processing

Documentation

  • More tutorial text
  • Image gallery

chrono-photo 0.6.1

17 Apr 19:54
Compare
Choose a tag to compare

Bug fixes

  • For camera shake, directions of corrections were swaped (x <-> y).
  • Fix array overflow for multiple camera shake correction anchors.

chrono-photo 0.6.0

17 Apr 12:39
Compare
Choose a tag to compare

Highlights

  • Camera shake reduction with options --shake and --shake-anchors.

Documentation

  • Lots of new tutorial and documentation material. See section Tutorials.

chrono-photo 0.5.0

12 Apr 22:25
Compare
Choose a tag to compare

Performance Improvements

  • Simple algorithm --mode darker and --mode lighter now much faster (removed unnecessary time-slicing)
  • Parallel time-slicing (control with --threads)
  • Parallel processing for simple algorithm
  • Parallel processing for multiple output frames (i.e. video; control with --video-threads)

Documentation

Breaking Changed (API)

  • Refactoring into two different processors: OutlierProcessor and SimpleProcessor

chrono-photo 0.4.2

11 Apr 19:22
Compare
Choose a tag to compare

Bug fixes

  • Limitation to concurrently opened files: closes streams now after every write to temporary time-slice files.

chrono-photo 0.4.1

11 Apr 10:55
Compare
Choose a tag to compare

New Features

  • Frame fading with option --fade
  • Detailed explanation of options on repo page docs/options.md

Internal

  • Rework command line parsing

chrono-photo 0.4.0

10 Apr 10:49
Compare
Choose a tag to compare

Highlights

  • Processing to image sequences for video creation, via options --video-in and --video-out

New Features

  • Processing to image sequences
  • Sample-based median and quartile calculation with option --sample, to speed up processing of large amounts of images
  • Weighting of color channels for outlier detection with option --weights. Allows for e.g. processing based on only blue channel to ignore moving clouds

Fixes

  • Auto-detect terminal width for pretty help output