Skip to content

0.23.0

Compare
Choose a tag to compare
@foresterre foresterre released this 27 Apr 18:44
· 77 commits to main since this release

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