Modified Huffman coding
Appearance
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.