Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 350 Bytes

howto-convert-postscript-ps-files-to-jpg-images-jpg.md

File metadata and controls

11 lines (7 loc) · 350 Bytes

Ever have a need to convert a PostScript file to a JPG image?

Probably not, but just in case here's how — it's easy using GhostScript:

gs -dBATCH -dNOPAUSE -sDEVICE=jpeg -sOutputFile=output.jpg -r100 input.ps

Use the -r argument to tweak the resolution/quality of the JPG.