diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
commit | bc3604d9b226ac475a104cd8ae2ca2d1d4a27984 (patch) | |
tree | e796661f371a94a50edfdc693388bb911b253dfd /icc/iccV42.h | |
parent | 509016be676f7915d635fa57144d2a441e3090ca (diff) | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Merge new upstream release
Diffstat (limited to 'icc/iccV42.h')
-rwxr-xr-x[-rw-r--r--] | icc/iccV42.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icc/iccV42.h b/icc/iccV42.h index ee3fefb..2f3ec27 100644..100755 --- a/icc/iccV42.h +++ b/icc/iccV42.h @@ -223,7 +223,7 @@ typedef enum { icSigNamedColorTag = 0x6E636f6CL, /* 'ncol' V2.0 */ icSigNamedColor2Tag = 0x6E636C32L, /* 'ncl2' V2.1+ */ icSigOutputResponseTag = 0x72657370L, /* 'resp' V2.2+ */ - icSigPerceptualRenderingIntentGamutTag = 0x72696730L, /* 'rig0' ??? */ + icSigPerceptualRenderingIntentGamutTag = 0x72696730L, /* 'rig0' V4.3+ */ icSigPreview0Tag = 0x70726530L, /* 'pre0' */ icSigPreview1Tag = 0x70726531L, /* 'pre1' */ icSigPreview2Tag = 0x70726532L, /* 'pre2' */ @@ -385,7 +385,7 @@ typedef enum { /* Rendering Intent Gamut Signatures */ typedef enum { - icSigPerceptualReferenceMediumGamut = 0x70726d67L, /* 'prmg' */ + icSigPerceptualReferenceMediumGamut = 0x70726d67L, /* 'prmg' V4.3+ */ icMaxEnumReferenceMediumGamut = icMaxTagVal } icReferenceMediumGamutSignature; |