girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
194 stars 43 forks source link

ICC Color Profiles #856

Closed manthey closed 1 year ago

manthey commented 2 years ago

For tile sources where it is available, we should explicitly either apply or not apply the ICC profile.

I imagine there would be three options: default, apply, ignore, where default should apply the profile to image outputs but not to numpy outputs.

manthey commented 2 years ago

See https://pillow.readthedocs.io/en/stable/reference/ImageCms.html#cmsprofile

manthey commented 2 years ago

See also https://github.com/ghsmith/SVSUtil