This script of python code converts JPG format images to PNG format images. With this script you can convert multiple number of images to PNG file format at once.
To use this script put all the JPEGs you want to convert to PNGs in the same folder as this file.
Then run the script in whichever terminal you want. While running use the file name followed by current location path and the followed by new folder path in which you want to store the convereted PNG's.
Ex. JPGtoPNGconverter.py \CurrentLocation \OutputLocation
Enjoy your converted PNG's :)