[colord] Display of CMYK images too saturated
Richard Hughes
hughsient at gmail.com
Sat Jan 24 10:57:15 PST 2015
On 24 January 2015 at 16:49, Michael Below <below at judiz.de> wrote:
> Sorry for accusing colord: it seems like libjpeg is using a "lucky
> guess" method to convert CMYK to RGB.
> int k = ptr[3];
> ptr2[3] = 0xFF;
> ptr2[2] = k * ptr[0] / 255;
> ptr2[1] = k * ptr[1] / 255;
> ptr2[0] = k * ptr[2] / 255;
Good to know colord isn't at fault *this* time :)
Richard
More information about the colord
mailing list