Skip to content

Releases: inflation/jpegxl-rs

jpegxl-rs-v0.10.4+libjxl-0.10.3

30 Jun 01:49
d2a5304
Compare
Choose a tag to compare
chore: Release package jpegxl-rs version 0.10.4+libjxl-0.10.3

v0.10.3

04 May 10:24
78bd163
Compare
Choose a tag to compare

What's Changed

  • Use JxlEncoderDistanceFromQuality in the encoder builder. by @veluca93 in #48
  • ✨ Add metadata when encoding by @inflation in #49

New Contributors

Full Changelog: v0.10.1...v0.10.3

v0.10.1

16 Mar 03:00
22705d3
Compare
Choose a tag to compare

What's Changed

  • 👷 (deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #36
  • ⬆️ (deps): Update derive_builder requirement from 0.13.0 to 0.20.0 by @dependabot in #38
  • ⬆️ (deps): Update lcms2 requirement from =6.0.4 to =6.1.0 by @dependabot in #40
  • ⬆️ (deps): Update image requirement from 0.24.8 to 0.25.0 by @dependabot in #41

Full Changelog: v0.9.0...v0.10.1

v0.9.0

29 Jan 10:45
043497e
Compare
Choose a tag to compare

Upgrade libjxl to v0.9.1

v0.8.3

13 Oct 16:23
7053403
Compare
Choose a tag to compare

Fix a bug when using rare bit depth like 2-bit or 10-bit would result in panic. Add a new error to report that in the future.

v0.8.2

14 Jun 10:12
41d752b
Compare
Choose a tag to compare
  • Upgrade libjxl to v0.8.2
  • Add uses_original_profile option to Encoder