This script converts any number of JPG/JPEG images within a specified folder to PNG format and saves them in a target folder.
git clone https://github.com/0KvinayK0/JtothePConverter.git
cd JtothePConverter/
chmod +x JPGtoPNGconverter.py
python3 JPGtoPNGconverter.py source_folder_path/ target_folder_path/
- Works only with Python version 3.
- Tested for Windows and Linux OS.