Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 879 Bytes

README.md

File metadata and controls

42 lines (18 loc) · 879 Bytes

JPEG-IMAGE-COMPRESSION

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