OpenImageIO icon indicating copy to clipboard operation
OpenImageIO copied to clipboard

JPEG-XL reads ICC profile but doesn't put it in the spec, doesn't write

Open lgritz opened this issue 8 months ago • 2 comments
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.

lgritz avatar Feb 24 '25 19:02 lgritz