18 lines
301 B
Markdown
Raw Normal View History

2022-09-27 13:48:05 +05:30
**Image Compression using PIL Python library**
2022-09-25 23:14:27 +05:30
It is CLI based program used to compress the images using PIL library.
Fixes #3
**Built With**
*Python (PIL Library)*
**Prerequisites**
1. `pip install pillow`
2. `pip install argparse`
**Run project in CLI**
`python imageCompressor.py file-name`