A simple Python script that converts all images from a source folder to PNG format and saves them into a destination folder.
- Converts all images in a given folder to
.png
- Preserves original file names
- Automatically creates the destination folder if it doesn't exist
- Works with any image format supported by Pillow
#Install Requirements This script uses Pillow. Install it with:
pip install pillow