A retro-styled image optimization tool built with Python and Tkinter. Resize and compress images for web use.
- Select a single image or a folder of images
- Maintains folder structure in the output
- Resize images to a desired width
- Choose output format: JPG, PNG, WEBP, etc.
- Displays processing progress
- Clean, retro Winamp-inspired UI
- Python 3.8+
- Pillow (installed via pip)
Install dependencies:
pip install -r requirements.txt
python main.py
pyinstaller --noconfirm --onefile --windowed --icon=icon.ico main.py
The final
.exe
will be inside thedist/
folder.
Developed by z1gg1 - enjoy it!