summaryrefslogtreecommitdiff
path: root/base/gsicc_manage.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2019-01-07 20:03:02 -0800
committerMichael Vrhel <michael.vrhel@artifex.com>2019-01-07 20:54:41 -0800
commit6b9a0722a5e4c8083a59fd3ba22b1b572ec7fcd6 (patch)
treecd7253b024960a170cd873c2c1e56faa13960126 /base/gsicc_manage.h
parentc75bd64e30d8ff890cd6495e748b30a4b0dacd32 (diff)
downloadghostpdl-6b9a0722a5e4c8083a59fd3ba22b1b572ec7fcd6.tar.gz
Bug 691732 Add support for e-sRGB and ROMMRGB color spaces
JPX images can have an enumerated color space that indicates e-sRGB or ROMMRGB.
Diffstat (limited to 'base/gsicc_manage.h')
-rw-r--r--base/gsicc_manage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gsicc_manage.h b/base/gsicc_manage.h
index e1962dff2..a41fbc578 100644
--- a/base/gsicc_manage.h
+++ b/base/gsicc_manage.h
@@ -38,10 +38,10 @@
file formats as a magic number. */
#define GSICC_STANDARD_PROFILES_KEYS\
- "srgb", "sgray"
+ "srgb", "sgray", "esrgb", "rommrgb"
#define GSICC_STANDARD_PROFILES\
- "srgb.icc", "sgray.icc"
-#define GSICC_NUMBER_STANDARD_PROFILES 2
+ "srgb.icc", "sgray.icc", "esrgb.icc", "rommrgb.icc"
+#define GSICC_NUMBER_STANDARD_PROFILES 4
/* This enumeration has to be in sync with GSICC_SRCGTAG_KEYS */
typedef enum {
COLOR_TUNE,