color management for other image formats
Gwenview has color management (using lcms2) for JPG and PNG format and when color profile is returned via Exiv2 library.
I'd like that AVIF, JXL, HEIC images to be displayed correctly too, when they use color profile other than sRGB.
I think we may obtain color profile from QImage::colorSpace().iccProfile()
and to use existing pipeline.
What do you think? Can we do it this way or there are plan to do color management in different way in the future?