A lightweight Python tool to reduce image file sizes while preserving quality. Ideal for batch processing, web optimization, and storage management.
- Compress JPEG, PNG, and WebP formats
- Batch processing of entire folders
- Adjustable quality and resolution
- CLI and script-friendly usage
- Optional resizing and format conversion
- Python 3.7+
- Pillow
- tqdm (optional for progress bar)
Install dependencies:
pip install -r requirements.txt