Skip to content

Python implementation of the classic JPEG compression algorithm

Notifications You must be signed in to change notification settings

abhinav-TB/JPEG-IMAGE-COMPRESSION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages