Skip to content

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

Notifications You must be signed in to change notification settings

ImdadMiran17/JPG-TO-PNG-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages