Releases: foresterre/imagineer
Releases · foresterre/imagineer
0.24.0
0.23.0
Changed
- Renamed project and binary to 'imagineer', a pun on the meaning of the words "image", "engineering" and "the imagination".
- Farbfeld encoder now converts color type to Rgba16, unless disabled by user.
- JPEG encoder now converts color type to Rgb8 for static images, unless disabled by user.
- GIG encoder now converts color type to Rgba8 for static images, unless disabled by user
- PBM encoder now converts color type to L8 for static images, unless disabled by user.
- PGM encoder now converts color type to L8 for static images, unless disabled by user.
- PPM encoder now converts color type to Rgb8 for static images, unless disabled by user.
- Dependency 'imageproc' is no longer optional
Removed
- Removed experimental flag
--enable-output-format-decider-fallback
Notable dependency updates
- Updated image to 0.25.6
Full Changelog: v0.22.3...v0.23.0
sic-0.22.4
Notable dependency updates
- Updated image to 0.24.7
sic-0.22.3
Notable dependency updates
- Updated rav1e to 0.6.6
sic-0.22.2
Added
- Context was added to errors returned during the image pipeline: the input (file or stdin) will now be reported
sic-0.22.1
Fixed
- Fixed an outdated lock file issue
sic-0.22.0
Added
- Encoding and decoding support for QOI
- Support encoding TIFF without
--image-output-format-fallback
flag enabled - Support encoding OpenExr without
--image-output-format-fallback
flag enabled
Notable dependency updates
- Updated image to 0.24.6
NB:
- binaries now unpack into a folder, instead of the contents directly
- can now be installed with cargo-binstall:
cargo binstall sic
- from now on, we also build macOS release binaries
sic-0.21.1
Changelog
Fixed
- Fixed an issue where it was not possible to read an input file via stdin
Full Changelog: v0.21.0...v0.21.1
sic-0.21.0
sic-0.20.1
0.20.1 - 2022-12-12
- Dependency updates