Expand description
Color Encoding definitions used by JPEG XL. All CIE units are for the standard 1931 2 degree observer.
Structs§
- JxlColor
Encoding - Color encoding of the image as structured information.
Enums§
- JxlColor
Space - Color space of the image data.
- JxlPrimaries
- Built-in primaries for color encoding. When decoding, the primaries can be
read from the
JxlColorEncoding::primaries_red_xy,JxlColorEncoding::primaries_green_xy, andJxlColorEncoding::primaries_blue_xyfields regardless of the enum value. When encoding, the enum values exceptJxlPrimaries::Customoverride the numerical fields. Some enum values match a subset of CICP (Rec. ITU-T H.273 | ISO/IEC 23091-2:2019(E)), however the white point and RGB primaries are separate enums here. - JxlRendering
Intent - Rendering intent for color encoding, as specified in ISO 15076-1:2010
- JxlTransfer
Function - Built-in transfer functions for color encoding. Enum values match a subset of CICP (Rec. ITU-T H.273 | ISO/IEC 23091-2:2019(E)) unless specified otherwise.
- JxlWhite
Point - Built-in white points for color encoding. When decoding, the numerical xy
white point value can be read from the
JxlColorEncoding::white_pointfield regardless of the enum value. When encoding, enum values exceptJxlWhitePoint::Customoverride the numerical fields. Some enum values match a subset of CICP (Rec. ITU-T H.273 | ISO/IEC 23091-2:2019(E)), however the white point and RGB primaries are separate enums here.