|
Huffman Encoding Compression
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.
Home >
Imaging Toolkits >
Compression > Huffman |