OpenImageIO
OpenImageIO copied to clipboard
JPEG-XL reads ICC profile but doesn't put it in the spec, doesn't write
trafficstars
Our JPEG-XL reader uses the jxl API to extract the ICC profile... but then it doesn't call decode_icc_profile to enter the information as attributes in the ImageSpec.
Also, the JPEG-XL writer doesn't write ICC profiles, even if one is in the ImageSpec supplied.