Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 540 Bytes

JPG-TO-PNG-Converter

It's a small python script, written in python3 by which one can convert JPG format images to PNG format.

Usage:

The script takes two folder names.The first folder will be full of jpg images that you will give and the second folder will be created by the script.

Command:

windows:

python3 jpgTOpngConver.py image_folder\ output_folder\

Linux:

python3 jpgTOpngConver.py image_folder/ output_folder/

Mac:

python3 jpgTOpngConver.py image_folder/ output_folder/

NB:Don't forget those slashes