Compression of images with JPEG algorithm using python and Huffman codes.
-
Updated
Apr 12, 2020 - Python
Compression of images with JPEG algorithm using python and Huffman codes.
This repository contains the source code of the Hamming code generator that uses a generating matrix of Hamming 7 (Matrix H7)
This source code implements the huffman algorithm to perform the compression of a plain text file. for this a file is generated which contains the probabilities of each of the symbols defined in the symbols dictionary.
Add a description, image, and links to the coding-and-data-compression topic page so that developers can more easily learn about it.
To associate your repository with the coding-and-data-compression topic, visit your repo's landing page and select "manage topics."