This is the python implementation of the classic JPEG compression algorithm. This implementation is only for educational purposes and may not be production ready
SETUP
git clone https://github.com/abhinav-TB/JPEG-IMAGE-COMPRESSION.git
cd JPEG-IMAGE-COMPRESSION
pip install -r requirements.txt
USAGE
python3 app.py
OPTIONAL ARGUMENTS
| -i | path to input directory |
| -o | path to ouput directory|
| -q | quant size |
| -b | block size |
REFERENCES