Created
March 26, 2012 11:59
-
-
Save pepebe/2204644 to your computer and use it in GitHub Desktop.
Console: Convert eps to jpg with ghostscript
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
http://insane-on-linux.blogspot.de/2010/01/convert-ps-and-eps-files-into-jpeg.html | |
You can convert any ps or eps file into a jpeg using ghostscript: | |
gs -sDEVICE=jpeg -dJPEGQ=100 -dNOPAUSE -dBATCH -dSAFER -r300 -sOutputFile=myfile.jpg myfile.eps | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this page via search. Note that this produces an entire page format that does not match the dimensions of the EPS figure.