An implementation of JPEG's Discrete Cosine Transform in Python.
To compress a bitmap, run,
$ ./dct.py -encode data/puppy.bmpTo decode the result, run,
$ ./dct.py -decode data/puppy.dctLicensed under the GNU General Public License. (see LICENSE.txt)