#jpegxl #decoder #jxl-oxide

jxl-color

JPEG XL color management functions, part of jxl-oxide

20 releases (10 breaking)

Uses new Rust 2024

new 0.11.0 Apr 27, 2025
0.10.2 Mar 29, 2025
0.10.0 Dec 28, 2024
0.9.0 Nov 1, 2024
0.3.2 Jun 16, 2023

#704 in Images

Download history 4357/week @ 2025-01-05 3973/week @ 2025-01-12 4243/week @ 2025-01-19 3878/week @ 2025-01-26 4934/week @ 2025-02-02 5876/week @ 2025-02-09 7345/week @ 2025-02-16 6965/week @ 2025-02-23 8233/week @ 2025-03-02 5915/week @ 2025-03-09 8820/week @ 2025-03-16 7493/week @ 2025-03-23 11289/week @ 2025-03-30 8355/week @ 2025-04-06 5754/week @ 2025-04-13 3769/week @ 2025-04-20

29,492 downloads per month
Used in 18 crates (3 directly)

MIT/Apache

420KB
10K SLoC

This crate provides a set of functions related to color encodings defined by the JPEG XL specification.

Color transformation

jxl-color can handle the transformation between "well-known" color encodings without any external color management system, since it is required by the specification. Such transformations can be done by creating a ColorTransform.

Modules

  • consts defines constants used by the various colorspaces.
  • [icc] provides functions related to ICC profiles.

jxl-color

This crate provides a set of functions related to color encodings defined by the JPEG XL specification. Especially, these functions can perform conversion from the XYB colorspace to all of the "enum colorspaces" which can be signalled in the JPEG XL image header.

Dependencies

~320–455KB