olokelo / jxlpy

Cython bindings and Pillow plugin for JPEG XL
MIT License
49 stars 12 forks source link

Fix ICC profile support #29

Open feffy380 opened 3 months ago

feffy380 commented 3 months ago

I noticed jxlpy wasn't loading some images correctly compared to pillow-jxl-plugin. It looks like the problem is here, where the icc profile is not being stored under the proper key "icc_profile" (see documentation) https://github.com/olokelo/jxlpy/blob/c610bde64ca6b8d075b8c7602c14b2a32d49704d/jxlpy/JXLImagePlugin.py#L39