Posts Tagged ‘Color Conversion’

Converting CMYK to RGB In Qt Using Little CMS :: Part 2

In the first post of this series we saw how we can use a library called Little CMS to create accurate CMYK to RGB conversions in Qt. In this post we’ll take a look at the actual act of conversion as well as address performance concerns.

Read More