Version 0.12.0 of jxl-oxide adds support for moxcms
, a color management system written in Rust, as an external CMS backend.
Added
jxl-oxide
: Addmoxcms
integration for external CMS (#435).jxl-oxide-cli
: Add--color
option to control whether it formats console output (#452).
Changed
- Update codebase to Rust 2024 (#446). Now jxl-oxide requires Rust 1.85.0 or newer to compile.
ColorManagementSystem
trait has been updated so that color transforms can be cached (#435).jxl-oxide-cli
: Print log to stderr instead of stdout (#452).
Fixed
jxl-oxide-cli
: Fix colors not being printed correctly in Windows conhost (#452).
New Contributors
Full Changelog: 0.11.0...0.12.0