summaryrefslogtreecommitdiff
path: root/toolbin/color
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2015-11-01 09:43:04 -0800
committerMichael Vrhel <michael.vrhel@artifex.com>2015-11-01 10:06:50 -0800
commit6c28ba38b907ec1c6a5755669ea0ecb55b95f8cc (patch)
tree9b2fd40ffc63cb8209ee00a75abd497416361865 /toolbin/color
parent243614398b7bf3e8c4d080de7f8bbcb7436472cf (diff)
downloadghostpdl-6c28ba38b907ec1c6a5755669ea0ecb55b95f8cc.tar.gz
Bug 694982: DeviceN ICC Source Profiles
The use of -sDeviceNProfile was broken when we introduced delayed initialization of the ICC profiles. This fixes the issue and adds a ReadMe to the example to explain why the orange and green colorants will be swapped from what happens when -sDeviceNProfile is not used.
Diffstat (limited to 'toolbin/color')
-rw-r--r--toolbin/color/icc_creator/example/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolbin/color/icc_creator/example/README.txt b/toolbin/color/icc_creator/example/README.txt
new file mode 100644
index 000000000..ca9cae6cd
--- /dev/null
+++ b/toolbin/color/icc_creator/example/README.txt
@@ -0,0 +1,8 @@
+The tritone example purposely switches the orange and
+green colorants. Essentially the CIELAB values in tritone_cielab.txt
+and the colorant tritone_names.txt are such that green and
+orange should be swapped when rendering the file
+tritone.pdf using -sDeviceNProfile=artifex_tritone.icc
+as a command line option. To make them correct you could
+recreate the profile using ICC_Creator, swapping the order
+of the green and orange names in the file tritone_names.txt. \ No newline at end of file