A modern, high-performance desktop application for image compression. Built with Python, PyQt5, and advanced Pillow algorithms.
- Smart Compression: Reduces file size while maintaining visual quality.
- Format Support: JPEG, PNG, WebP.
- Drag & Drop: Simply drag your images into the app.
- Advanced Algorithms: Uses Lanczos resampling and format-specific optimizations.
- Modern UI: Dark theme included.
- Clone the repository:
git clone [https://github.com/KazeKaze93/Image-Compressor.git](https://github.com/KazeKaze93/Image-Compressor.git) cd Image-Compressor - Install dependencies:
pip install -r requirements.txt
- Run the app:
python main.py
To create a standalone executable file:
python -m PyInstaller --noconfirm --onefile --windowed --name "CompressorPro" --collect-all qt_material --collect-all PyQt5 main.py