Modified Huffman
From Just Solve the File Format Problem
Modified Huffman is a kind of data compression, in which the data is first run-length encoded, and then Huffman coding is applied to the run lengths. This technique is often used to compress bi-level images.
It is used in 1-dimensional CCITT Group 3 compression, for example.