/png_to_jpg

convert all png images of a folder into jpg images and stores them at a chosen destination

Primary LanguagePython

png_to_jpg

Convert all png images of a folder into jpg images and stores them at a chosen destination.

usage: png_to_jpg.py [-h] -s SOURCE -d DESTINATION

Convert PNG to JPG images.

optional arguments:
  -h, --help            show this help message and exit
  -s SOURCE, --source SOURCE
                        The source folder of the images.
  -d DESTINATION, --destination DESTINATION
                        The destination folder of the images.