Skip to content

This python3 program converts Directory containing JPG images into PNG images

Notifications You must be signed in to change notification settings

Attupatil/JPG-PNGconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

📷💻JPG to PNG converter - BY Atharva Ashok Patil

This python program converts Directory containing JPG images into PNG images

dash your terminal and open the converter using

python3 JPGtoPNGconverter.py {file containing images to be converted} \ {name of new file to save images in} 

Note

You are requested to first install PIL package latest version from pillow

Hit this in your terminal/powershell

 python3 -m pip install --upgrade pip
 python3 -m pip install --upgrade Pillow

Windows :

 python3 -m pip install --upgrade pip
 python3 -m pip install --upgrade Pillow

Mac :

 python3 -m pip install --upgrade pip
 python3 -m pip install --upgrade Pillow 

Linux :

 python3 -m pip install --upgrade pip
 python3 -m pip install --upgrade Pillow

{% seo %} {% seo %}

About

This python3 program converts Directory containing JPG images into PNG images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages