[gs-bugs] [Bug 690640] Darkness of text in tif converted from pdf
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Mon Jul 20 13:01:28 PDT 2009
http://bugs.ghostscript.com/show_bug.cgi?id=690640
------- Additional Comments From rcapone at centonline.com 2009-07-20 13:01 -------
Your version looks good but, no change for me when I
move /show code. The only other change I've made to
ps files is:
/BT {
% PATCH TO APPLY A TRANSFER FUNCTION TO TEXT
userdict /TRsave currenttransfer put
{ 0.85 gt { 1 } { 0 } ifelse } settransfer
% END PATCH
...
/ET {
% PATCH TO RESTORE the NON-TEXT TRANSFER FUNCTION
userdict /TRsave get settransfer
% END PATCH
...
} bdef
to file pdf_ops.ps
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list