- Python3
- PIL
$ python3 -m venv env
$ source env/bin/active
$ pip install -r requirements.txt
$ python compressImage.py --help
- Allows you to compress single images from command line see links above (credit to: @x4nth055)
- Multiple image compression
- Read images from a directory and save to another directory