Isotr0py / pillow-jpegxl-plugin

Pillow plugin for JPEG-XL, using Rust for bindings.
GNU General Public License v3.0
21 stars 6 forks source link

Add support for ICC profiles #31

Closed drhead closed 6 months ago

drhead commented 7 months ago

It seems that ICC profiles are not returned by the image decoder. Currently, attempting to load any non-sRGB images through my existing color management pipelines will return different results. It does seem that the underlying jpegxl-rs library has proper support for passing ICC profile info through its decoder, so could support for that be added so that PIL's ImageCms functions work properly with JXL images?

Isotr0py commented 7 months ago

New v1.2.3 release should support ICC profile now.