Huffman Encoding - Image Compression
Version number:

Huffman codes provide a useful way to compress data by determining the frequency of occurrence for each character. The idea behind the procedure is to assign bit codes of varying lengths to characters where common characters receive a short code and uncommon characters receive a longer one. It is best used on images with large amounts of data repetition.




CCITT JPEG LZW
Pack Bits RLE Huffman