A simple and efficient Python tool to compress your images using Pillow.
Reduce file size, save storage, and keep your images looking great!
- ๐ฆ Compress JPEG images with custom quality settings
- โก Fast and easy to use
- ๐ Minimal dependencies
-
Clone the repository:
git clone https://github.com/Avisav24/image-compressor.git cd image-compressor -
Install dependencies:
pip install -r requirements.txt
- Edit the file paths in
compressor/main.pyto match your images. - Run the script:
python -m compressor.main
from compressor.main import compress_image
compress_image("input.jpg", "output.jpg", quality=60)A user-friendly web interface is in development.
Stay tuned for updates!
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.