Skip to content

Instantly share code, notes, and snippets.

@ooharak
Created August 28, 2014 13:58
Show Gist options
  • Save ooharak/e798e7e229f6c52228cb to your computer and use it in GitHub Desktop.
Save ooharak/e798e7e229f6c52228cb to your computer and use it in GitHub Desktop.
Ghostscript command line to produce a png
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