Created
August 28, 2014 13:58
-
-
Save ooharak/e798e7e229f6c52228cb to your computer and use it in GitHub Desktop.
Ghostscript command line to produce a png
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gs -dNOPAUSE -dBATCH -q -sDEVICE=pngalpha -dEPSCrop -sOutputFile=- -r72 instance.eps > instance.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment