Skip to content

jxl-oxide v0.9.0

Latest
Compare
Choose a tag to compare
@tirr-c tirr-c released this 10 Sep 14:51
· 11 commits to main since this release
33f820c

Version 0.9.0 of jxl-oxide contains a few bugfixes, some updates to API, and a bunch of optimizations around libjxl fast-lossless (-d 0 -e 1) images and peak memory usage.

Added

  • jxl-oxide-cli: Use mimalloc (#287, #288).
  • jxl-oxide-cli: Add --num-reps (#292).

Changed

  • jxl-grid: Reorganize modules (#303). Types are renamed.
  • jxl-image: Move ImageMetadata::encoded_color_channels into jxl_frame::FrameHeader (#322).

Removed

  • jxl-oxide: Remove Render::image (#334). Use Render::stream instead.

Fixed

  • jxl-render: Fix typo in forward DCT (#301).

Full Changelog: 0.8.1...0.9.0