[Development] Color Profile support on Qt

Boudewijn Rempt boud at valdyas.org
Mon Jul 16 21:15:55 CEST 2012


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



More information about the Development mailing list