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.
ImageMagick and Ghostscript are required under the hood which can be installed with the below commands.
sudo apt install ghostscript
sudo apt install imagemagick
./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.
Pull requests or any suggestions for improvements are welcome.