jxl-oxide v0.2.0
Version 0.2.0 of jxl-oxide contains various bugfixes, and a breaking change in jxl-image
and the crates depending on it.
What's Changed
Breaking change
jxl-image
- Public field
signature
is removed fromImageHeader
. impl<Ctx> BundleDefault<Ctx> for ImageHeader
is removed.
- Public field
Bugfix
jxl-oxide-cli
: Fix float rounding for VarDCT by @EugeneVert in #23jxl-color
: Fixlinear_to_srgb
panic by @EugeneVert in #27jxl-render
: Fix adaptive LF smoothing panicking with small images in a6fcba7- Fix various panics with invalid bitstreams in 6551065, 0a219b9, c517827
Full Changelog: 0.1.0...0.2.0