Skip to content

jxl-oxide v0.10.0

Compare
Choose a tag to compare
@tirr-c tirr-c released this 01 Nov 14:46
· 27 commits to main since this release
8c4a2a5

Version 0.10.0 of jxl-oxide adds the image crate integration under a feature flag, and received some bugfixes around color management.

Added

  • jxl-oxide: Accept u8 and u16 output buffers in ImageStream::write_to_buffer (#366).
  • jxl-oxide: Add image integration under a feature flag (#368).

Changed

  • jxl-color: Use better PQ to HLG method (#348).

Fixed

  • jxl-render: Fix requested color encoding not applied in some cases (#369).
  • jxl-oxide: Fix CMYK to RGB conversion (#370).

Full Changelog: 0.9.1...0.10.0