Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 819 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 819 Bytes

PS2PNG

PS2PNG is a bash utility for converting xfoil postscript hardcopy images into .png images. If more than one page is found in the postscript file one .png file will be created for each page.

Installation

ImageMagick and Ghostscript are required under the hood which can be installed with the below commands.

sudo apt install ghostscript
sudo apt install imagemagick

Usage

./ps2png

Best to use with Color postscript output enabled under plop menu. At the end of execution, a .png image similar to below will appear. alt text

Contributing

Pull requests or any suggestions for improvements are welcome.

License

MIT