Hi Niels, while I very much would like to see some code to do advanced color space management in Qt, I am unsure whether this should go into QtGui or into an add-on module.
The reason is that adding this and other image formats can easily blow up the size of the Gui library a lot. In addition, I'd also prefer to see how color management on a desktop environment would be done. Simply adding this to QImage is not enough, esp. since many things (QML, QPixmap, QWidget) don't even go through images. Cheers, Lars On 9/22/11 12:45 PM, "ext Niels Ole Salscheider" <[email protected]> wrote: >Hello, > >it might be a good idea to make QImage colorspace aware and add some >other >color formats (like 30 bit or floating point formats). > >This might be useful for a fully color managed desktop environment, too. >I am >not sure how this will work in wayland. Either the compositor applies the >color conversion (what happens if the client uses several QImage with >different >colorspaces?) or it has to be done by the client (it should use a shader >to do >so nevertheless). >How does it work on other platforms? > >Regards, > >Ole_______________________________________________ >Qt5-feedback mailing list >[email protected] >http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
