I'm trying to turn an EPS I have into a PNG using ghostscript. So far I have the following command:
gs -dNOPAUSE -dBATCH -sDEVICE=pngalpha -sOutputFile=output.png -r300 -dEPSCrop input.eps
Now here's the strange thing. This command used to work! Right now, however, ghostscript doesn't generate ANY output file at all. None. It does not compalin, it just doesn't do anything else.
Anyone else can verify this for me?
Shachar
-- Shachar Shemesh Lingnu Open Source Consulting http://www.lingnu.com/
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]