jxlpy
jxlpy copied to clipboard
Fix ICC profile support
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