Skip to content

Instantly share code, notes, and snippets.

@pepebe
Created March 26, 2012 11:59
Show Gist options
  • Save pepebe/2204644 to your computer and use it in GitHub Desktop.
Save pepebe/2204644 to your computer and use it in GitHub Desktop.
Console: Convert eps to jpg with ghostscript
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
@drscotthawley
Copy link

Found this page via search. Note that this produces an entire page format that does not match the dimensions of the EPS figure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment