abhinav-TB / JPEG-IMAGE-COMPRESSION

Python implementation of the classic JPEG compression algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python implementation of the classic JPEG compression algorithm


Languages

Language:Python 100.0%