
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hello GS devs,
Thank you for the help so far. Still I'd like to know if the following scenaria can be done with Ghoscript.:
The text fonts should be processed with the command 'gs <options> -c "<< /Install ... >> setpagedevice" -f input_filename'
...while the images get dithered in the normal "sDEVICE=tiffg4" process.
Is this possible? I also looked through the EPS file to maybe find a way to accomplish the goal, but the syntax seems to be too complex.
best regards,
Werner
----- Original Message ----
From: Werner Heinsohn <
werner.heinsohn@...>
To: Marcos H. Woehrmann <
marcos.woehrmann@...>
Cc:
gs-devel@...Sent: Tuesday, September 16, 2008 9:28:14 AM
Subject: Re: [gs-devel] xefitra - dithered gray fonts unreadable
Hello,
in the right order, the command workes great. But I noticed that images which were dithered before, now turn completly black. Is there a way to treat font text differently that images? The perfect way would be to process images "in the old way" and text with the new settransfer command. Is that possible?
Thanks and kind regards
Werner
----- Original Message ----
From: Marcos H. Woehrmann <
marcos.woehrmann@...>
To: Werner Heinsohn <
werner.heinsohn@...>
Cc:
gs-devel@...Sent: Monday, September 15, 2008 4:35:40 PM
Subject: Re: [gs-devel] xefitra -
dithered gray fonts unreadable
Werner,
I think the problem is the command line order and the missing -f
before the input filename, try putting the commands in the following
order:
gs <options> -c "<< /Install ... >> setpagedevice" -f input_filename
marcos
_______________________________________________
gs-devel mailing list
gs-devel@...
http://www.ghostscript.com/mailman/listinfo/gs-devel