Releases: mlange-42/chrono-photo
Releases · mlange-42/chrono-photo
chrono-photo 0.6.5
chrono-photo 0.6.4
Performance
- Approx. 10% performance gain for outlier algorithm by not writing data into per-pixel array
chrono-photo 0.6.3
Features
- Multi-threading for camera shake analysis. Control with
--shake-threads <num>
Bug fixes
- Allow output path without directory (required
./file.jpg
instead offile.jpg
before)
chrono-photo 0.6.2
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
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
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
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
- Wrote first tutorial: Recording material for chrono-photo
Breaking Changed (API)
- Refactoring into two different processors:
OutlierProcessor
andSimpleProcessor
chrono-photo 0.4.2
Bug fixes
- Limitation to concurrently opened files: closes streams now after every write to temporary time-slice files.
chrono-photo 0.4.1
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
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