Implemented a PNG batch converter.
This python program requires two parameters:
- Input folder
- Output folder
Example: python PNGConverter.py 'JPG Images/' 'Converted Images/'
This converts all images in the input folder and saves it in the output folder.