diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-22 15:50:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-22 15:50:05 +0200 |
commit | f68fe5a1cd052386d444bbeab91c4caf8763ce10 (patch) | |
tree | 986014451967a1fd062833a15bc516cab6805f4b /xicc/xcolorants.c | |
parent | 84a8f501bcac3bc25c35715c0b669db04a39e56d (diff) | |
parent | 615ab5513e79c4abc5bbe5c993587785b6a1738b (diff) |
Merge tag 'upstream/1.9.2+repack'
Upstream version 1.9.2+repack
Diffstat (limited to 'xicc/xcolorants.c')
-rw-r--r-- | xicc/xcolorants.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xicc/xcolorants.c b/xicc/xcolorants.c index edc7e52..f243718 100644 --- a/xicc/xcolorants.c +++ b/xicc/xcolorants.c @@ -133,6 +133,10 @@ static struct { "CMYK + Red + Blue" }, { ICX_CMYKOG, ICX_W, icSig6colorData, icSigMch6Data, "CMYK + Orange + Green" }, + { ICX_CMYKRGB, ICX_W, icSig7colorData, icSigMch7Data, + "CMYK + Red + Green + Blue" }, + { ICX_CMYKOGB, ICX_W, icSig7colorData, icSigMch7Data, + "CMYK + Orange + Green + Blue" }, { ICX_CMYKcmk1k, ICX_CMYK, icSig8colorData, icSigMch8Data, "CMYK + Light CMK + Light Light K" }, { ICX_CMYKOGcm, ICX_CMYKOG, icSig8colorData, icSigMch8Data, |