summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2021-04-01 14:03:09 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2021-04-01 16:18:41 -0700
commit23193eab49e479f6a34648e4407d2c69760adeff (patch)
treec179e61bf422b9cc81275041f10106873bb6ad7c /toolbin
parent455a360a2d9679ad1f00b93a232b2629303d548b (diff)
downloadghostpdl-23193eab49e479f6a34648e4407d2c69760adeff.tar.gz
Update documentation and examples to work with Graphic to Vector name change
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=dda1944e889f7ac4a21cf1e9c4f0daffdd33a468 changed the name of all the GraphicICC related commands to VectorICC naming. This commit updates the documentation, the examples, and adds the files necessary to generate the latex color management document.
Diffstat (limited to 'toolbin')
-rw-r--r--toolbin/color/src_color/objsrc_profiles_example.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolbin/color/src_color/objsrc_profiles_example.txt b/toolbin/color/src_color/objsrc_profiles_example.txt
index 336d9ed04..b3400e42a 100644
--- a/toolbin/color/src_color/objsrc_profiles_example.txt
+++ b/toolbin/color/src_color/objsrc_profiles_example.txt
@@ -1,6 +1,6 @@
-Graphic_CMYK cmyk_src_cyan.icc 0 1 0 0
-Image_CMYK cmyk_src_magenta.icc 0 1 0 0
+Vector_CMYK cmyk_src_cyan.icc 0 1 0 0
+Image_CMYK cmyk_src_magenta.icc 0 1 0 0
Text_CMYK cmyk_src_yellow.icc 0 1 0 0
-Graphic_RGB rgb_source_red.icc 0 1 0
+Vector_RGB rgb_source_red.icc 0 1 0
Image_RGB rgb_source_green.icc 0 1 0
-Text_RGB rgb_source_blue.icc 0 1 0
+Text_RGB rgb_source_blue.icc 0 1 0 \ No newline at end of file