/custom-jpeg

Encode a picture using the custom jpeg. Customize the size of the blocks from DCT.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Custom JPEG

Encode a picture using the custom jpeg algorithm

Install

    $ pip install -e . --process-dependency-links

Using

Examples:

Encode a file using the algorithm:

    cjpeg <file> [FLAGS]

Decode a file using the algorithm:

    cjpeg <file>.cjpeg [FLAGS]

More options:

    $ cjpeg --help