Skip to content
/ pydct Public

Implementation of JPEG's Discrete Cosine Transform in Python

License

Notifications You must be signed in to change notification settings

gk7huki/pydct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pydct

An implementation of JPEG's Discrete Cosine Transform in Python.

Usage

To compress a bitmap, run,

$ ./dct.py -encode data/puppy.bmp

To decode the result, run,

$ ./dct.py -decode data/puppy.dct

License

Licensed under the GNU General Public License. (see LICENSE.txt)

About

Implementation of JPEG's Discrete Cosine Transform in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages