Converts a color from CIE XYZ to JzAzBz color space.
This function implements the XYZ to JzAzBz conversion algorithm, which includes:
Pre-adapting XYZ values using chromatic adaptation factors to absolute D65 XYZ values
Converting to LMS cone responses using a transformation matrix
Applying the inverse Perceptual Quantizer (PQ) function to the LMS values
Converting to Iz, az, bz using another transformation matrix
Applying non-linear compression to Iz to get the Jz lightness component
The JzAzBz color space is designed to be perceptually uniform with improved
accuracy for both low and high luminance levels, making it suitable for HDR content.
Converts a color from CIE XYZ to JzAzBz color space.
This function implements the XYZ to JzAzBz conversion algorithm, which includes:
The JzAzBz color space is designed to be perceptually uniform with improved accuracy for both low and high luminance levels, making it suitable for HDR content.