Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 864 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 864 Bytes

📷💻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 %}