summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl/files/patch-lib,gs_init.ps
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /print/ghostscript-afpl/files/patch-lib,gs_init.ps
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'print/ghostscript-afpl/files/patch-lib,gs_init.ps')
-rw-r--r--print/ghostscript-afpl/files/patch-lib,gs_init.ps31
1 files changed, 0 insertions, 31 deletions
diff --git a/print/ghostscript-afpl/files/patch-lib,gs_init.ps b/print/ghostscript-afpl/files/patch-lib,gs_init.ps
deleted file mode 100644
index a2f5d54ee5b7..000000000000
--- a/print/ghostscript-afpl/files/patch-lib,gs_init.ps
+++ /dev/null
@@ -1,31 +0,0 @@
- File: @(#)$Id: README,v 2.6 2000/11/09 18:33:58 Martin Beta $
- Contents: README file for the pcl3 distribution
- Author: Martin Lottermoser, Greifswaldstrasse 28, 38124 Braunschweig,
- Germany. E-mail: Martin.Lottermoser@t-online.de.
-[...]
- 8. There is also a bug in ghostscript's default configuration for the
- undercolour removal and black generation functions. It shows up when
- printing PostScript documents using the RGB colour space ("setrgbcolor" or
- "sethsbcolor") on a device where the CMYK space is the native colour space;
- this is the case for pcl3 if you specify "-sColourModel=CMYK". The bug
- results in black being printed as a mixture of cyan, magenta, and yellow.
- On my printer, this is a slightly greenish grey with fuzzy edges. My
- subjective impression is that correcting this bug leads to sharper-looking
- images.
-[...]
-
-I generated a patch as suggested from Martin Lottermoser
-
- -andreas
-
---- lib/gs_init.ps.orig Mon Jan 8 20:47:39 2001
-+++ lib/gs_init.ps Mon Jan 8 20:49:02 2001
-@@ -1229,7 +1229,7 @@
- % Set the default screen and BG/UCR.
- /.setdefaultbgucr {
- systemdict /setblackgeneration known {
-- { pop 0 } dup setblackgeneration setundercolorremoval
-+ {} dup setblackgeneration setundercolorremoval
- } if
- } bind def
- /.useloresscreen { % - .useloresscreen <bool>