A simple image processor made with the help of PIL/Pillow and PyQt
- JPG to PNG conversion
- PNG to JPG conversion
- GIF creation from multiple images (of JPG/PNG format), with duration adjustment and looping toggle
The GIF creation process resizes all selected images according to the first one, and it defaults to 300ms duration and loop enabled.
Windows and Linux executables have been generated using GitHub Actions, then released along with the source code, and they can be found here.