Crate jxl_color

source ·
Expand description

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.

Re-exports§

Modules§

  • Constants used by the various colorspaces.
  • Types related to color encoding.
  • Functions related to ICC profiles.

Structs§

Enums§

Traits§

Functions§

Type Aliases§