summaryrefslogtreecommitdiff
path: root/base/gsicc_manage.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2018-03-18 12:33:22 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2018-03-18 13:42:32 -0700
commitf732ea3a999f73afa46c2cc4ca28b067f671d29c (patch)
treefeb3c3101ac664653bb07dd7733a62e68fa2eb0b /base/gsicc_manage.h
parent269663402c5210dd1a15131a045526e3cd6de479 (diff)
downloadghostpdl-f732ea3a999f73afa46c2cc4ca28b067f671d29c.tar.gz
Bug 699104 make sure data_cs is populated when creating profiles
Also, added a method to return the major and minor version numbers for use in pdf write.
Diffstat (limited to 'base/gsicc_manage.h')
-rw-r--r--base/gsicc_manage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/gsicc_manage.h b/base/gsicc_manage.h
index c652781ad..0d3ef03c9 100644
--- a/base/gsicc_manage.h
+++ b/base/gsicc_manage.h
@@ -102,6 +102,8 @@ void gsicc_profile_serialize(gsicc_serialized_profile_t *profile_data,
void gsicc_profile_reference(cmm_profile_t *icc_profile, int delta);
int gsicc_getsrc_channel_count(cmm_profile_t *icc_profile);
unsigned int gsicc_getprofilesize(unsigned char *buffer);
+int gsicc_getprofilevers(cmm_profile_t *icc_profile, unsigned char *major,
+ unsigned char *minor);
cmm_profile_t* gsicc_read_serial_icc(gx_device * dev, int64_t icc_hashcode);
int gsicc_set_gscs_profile(gs_color_space *pcs, cmm_profile_t *icc_profile,
gs_memory_t * mem);