Display color managed image
-
Hi,
I am developing an image manipulation app that must be color managed. I have a pixel buffer with the colors already converted to the display profile. I researched a lot and found that QImage works with colors in a linear color space. But if I create a pixmap using QPixmap::fromImage, does QT apply any color transformation before displaying them? If it does, what is the recommended way to display this image without modifications?Thanks
-
Hi and welcome to devnet,
IIRC there's was a thread some time ago about that on the development mailing list, however I don't know what the outcome was. You should check the archives.
You can also ask more information about that on the interest mailing list You'll find there Qt's developers/maintainers (this forum is more user oriented)