On Monday 16 July 2012 Jul, Olivier Goffart wrote:
> All QPainter operations (at least in the raster engine) assume a linear color 
> space. That means that the color conversion need to hapen last, right before 
> being shown to the screen. After all kind of blending operations or anything 
> done with QPainter.  (That means it could even been done in the platform 
> plugin)

Are you really sure about that? It's extremely unlikely that one encounters a 
linear light rgb png file in the wild, for instance, most assume sRGB. 
Unmanaged RGB isn't automatically linear, either -- it most likely is just a 
mess.

-- 
Boudewijn Rempt
http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to