Create imageCompressor.md

This commit is contained in:
priddhesh 2022-09-25 22:08:59 +05:30 committed by GitHub
parent e3cb07350d
commit 6c43ee48ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
**Image Compression using PIL Python libraray**
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`