Image format converter with Pillow. Supports converting between common image formats (JPG,PNG,HEIC,etc.) Provides a simple GUI that supports drag-and-drop multiple files.
To use the converter, simply run:
$ python main.py
And the GUI should spawn
The dropdown on the top left lets you select the format you want to convert to.
Simply drag and drop the image files to the designated area. The converted files will be placed in the same directory where the original images live.
You can also click on the drag-and-drop area to browse and select files locally
Texts in the bottom show the status of the converter and will display warnings if incompatible files are included. The check and output options are manually configured from Pillow documentation and are not exhaustive. Feel free to add as long as the changes are Pillow-compatible.