Foresterre Sic Versions Save

🦜 Accessible image processing and conversion from the terminal. Front-end for image-rs/image.

v0.22.4

8 months ago

Notable dependency updates

  • Updated image to 0.24.7

v0.22.3

1 year ago

Notable dependency updates

v0.22.2

1 year ago

Added

  • Context was added to errors returned during the image pipeline: the input (file or stdin) will now be reported

v0.22.1

1 year ago

Fixed

  • Fixed an outdated lock file issue

v0.22.0

1 year ago

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

v0.21.1

1 year ago

Changelog

Fixed

  • Fixed an issue where it was not possible to read an input file via stdin

Full Changelog: https://github.com/foresterre/sic/compare/v0.21.0...v0.21.1

v0.21.0

1 year ago

Changelog

Added

  • Added webp encoding support

Full Changelog: https://github.com/foresterre/sic/compare/v0.20.1...v0.21.0

v0.20.1

1 year ago

0.20.1 - 2022-12-12

  • Dependency updates

v0.20.0

2 years ago

0.20.0 - 2022-03-30

Changed

  • Port image to image 0.24

v0.19.1

2 years ago

[0.19.1] - 2022-03-17

Notes

  • Updated dependencies
  • Last release before image 0.24 port