Murthy10 / png_to_jpg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%