-
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"
{{ message }}
