Awesome-Python-Scripts/Image-Processing/JpgToPngConvertor at master · devender15/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

JPG to PNG Convertor

  • This script converts the list of JPG images available in source folder to PNG images which will get stored in destination folder with help of Pillow module.

  • Pillow is a free and open-source additional library for the Python programming language that adds support for opening, manipulating, and saving many different image file formats.

  • Pillow module can be installed using following command "pip install pillow"