A simple and minimalist image converter GUI written in Python, created out of a dislike for the bloat other converters offer, while still keeping a simple GUI. This project also serves as a practice for coding skills.
- Supports drag and drop operations.
- Allows selecting a folder with images through a dialog.
- Scans images in the main folder and subfolders.
- Overwrites images upon successful conversion.
- Supports various image formats: PNG, JPEG, JPG, BMP, GIF, WEBP, AVIF, JXL.
- Accepts quality settings for formats that support it.
Run the script using Python:
python easyimgconvert.pywInstall the required packages:
pip install tkinterdnd2 Pillow pillow_avif pillow_jxl- PNG
- JPEG
- JPG
- BMP
- GIF
- WEBP
- AVIF
- JXL
This project is licensed under the MIT License.