A simple desktop application for compressing JPEG/PNG images while maintaining their dimensions, built with Python and CustomTkinter. I made this tool for my You Tube thumbnails. Feel free to use it and make any change you wish.
- Select any JPG, JPEG, or PNG image file
- Compress images with adjustable quality settings
- View compressed image size before saving
- Save compressed images to your desired location
- Modern GUI with CustomTkinter
- Cross-platform compatibility
- Python 3.7+
- Pillow (PIL) library
- CustomTkinter library
- Clone the repository:
git clone https://github.com/sanliuk/Compress-Image-Free.git cd Compress-Image-Free