- Add non-alpha RGB and BGR color modes
- Add animation parameters configuration, allowing loop count configuration
- Rename
timestamp
parameter intotimestamp_ms
- Improve finanlize function documentation
- Earlier minimum supported rust version 1.47 was not tested for and did not work, now CI-tested with 1.63
- Update env_logger dev dependency to 0.10.0
- Info/println output into examples
- Testing on Windows & MacOS
- Updated
imageproc
dependency from 0.22 to 0.23 - Updated
image
dependency from 0.23 to 0.24 - Removed
Frame::into_bgra_image
(sinceimage
crate removed Bgra functionality)
- Minimum Rust Version 1.47 + automated tests for it