18 releases (9 breaking)
new 0.10.1 | Mar 8, 2025 |
---|---|
0.10.0 | Dec 28, 2024 |
0.9.0 | Nov 1, 2024 |
0.7.1 | Jul 30, 2024 |
0.3.2 | Jun 16, 2023 |
#831 in Images
28,760 downloads per month
Used in 22 crates
(4 directly)
385KB
10K
SLoC
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.
lib.rs
:
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.
Dependencies
~325–455KB