summaryrefslogtreecommitdiff
path: root/base/gsequivc.c
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2015-07-21 08:30:10 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2015-07-21 15:21:10 -0700
commitf9c3dbc6ed02b9bba2f1d54dea10acce5145da24 (patch)
tree9656dfded2e4e8de9484f359f48a9c885ebb91e9 /base/gsequivc.c
parentba2eea6610e997ecd3735ee95d0325e59ae45006 (diff)
downloadghostpdl-f9c3dbc6ed02b9bba2f1d54dea10acce5145da24.tar.gz
Add post rendering ICC profile to device params and Device ICC structure
We will initially use this for the gsproof device but it would be accessible for any of the devices if they wish to do additional color managed processing for the creation of some special proofing output for example
Diffstat (limited to 'base/gsequivc.c')
-rw-r--r--base/gsequivc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gsequivc.c b/base/gsequivc.c
index 5008e0efc..5fab64ea2 100644
--- a/base/gsequivc.c
+++ b/base/gsequivc.c
@@ -468,6 +468,7 @@ capture_spot_equivalent_cmyk_colors(gx_device * pdev, const gs_state * pgs,
cmm_dev_profile_t temp_profile = { /* Initialize to 0's/NULL's */
{ 0 } /* device_profile[] */, 0 /* proof_profile */,
0 /* link_profile */, 0 /* oi_profile */,
+ 0 /* postren_profile */,
{ {0} } /* rendercond[] */, 0 /* devicegraytok */,
0 /* graydection */, 0 /* pageneutralcolor */,
0 /* usefastcolor */, 0 /* supports_devn */,