]> granicus.if.org Git - libjpeg-turbo/commit
Back out CMYK-to-RGB conversions. There is really no way to properly do CMYK-to...
authorDRC <dcommander@users.sourceforge.net>
Wed, 7 Sep 2011 02:32:02 +0000 (02:32 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 7 Sep 2011 02:32:02 +0000 (02:32 +0000)
commit36edad7a4e37999ac6c3b2cf9d2d51f385f4b626
tree6fd6e72e5f0b79b08987e9a8da8fa4b635616f67
parentb071f01cbb989139b2f4dd68092839c4acbfa46e
Back out CMYK-to-RGB conversions.  There is really no way to properly do CMYK-to-RGB conversion without color management, which is out of scope for libjpeg-turbo.  Applications wishing to do a trivial conversion, such as was implemented in these routines, can simply request CMYK output and do the trivial conversion themselves (or, even better, use an OSS color management library.)  We should not encourage the use of in-library CMYK-to-RGB conversion as a substitute for color management.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@695 632fc199-4ca6-4c93-a231-07263d6284db
ChangeLog.txt
jdcolor.c