Jump to content

Modified Huffman coding

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vil (talk | contribs) at 12:37, 15 August 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Modified Huffman coding is used in fax machines to encode black on white images (bitmaps). It is also an option to compress images in the TIFF file format. It combines the variable length codes of Huffman coding with the coding of repetitive data in run length encoding.