Modified Huffman
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m |
||
Line 4: | Line 4: | ||
}} | }} | ||
'''Modified Huffman''', sometimes called '''MH''', is a data compression algorithm used in 1-dimensional [[CCITT Group 3]] to compress bi-level images. The data is first [[Run-length encoding|run-length encoded]], and then [[Huffman coding]] is applied to the run lengths. | '''Modified Huffman''', sometimes called '''MH''', is a data compression algorithm used in 1-dimensional [[CCITT Group 3]] to compress bi-level images. The data is first [[Run-length encoding|run-length encoded]], and then [[Huffman coding]] is applied to the run lengths. | ||
− | |||
− | |||
== Specifications == | == Specifications == | ||
See [[CCITT Group 3#Specifications|CCITT Group 3]]. | See [[CCITT Group 3#Specifications|CCITT Group 3]]. | ||
+ | |||
+ | == Editors' notes == | ||
+ | It's not clear whether "Modified Huffman" can also refer to the general concept of RLE combined with Huffman coding. | ||
[[Category:Compression]] | [[Category:Compression]] |
Revision as of 20:47, 2 June 2013
Modified Huffman, sometimes called MH, is a data compression algorithm used in 1-dimensional CCITT Group 3 to compress bi-level images. The data is first run-length encoded, and then Huffman coding is applied to the run lengths.
Specifications
See CCITT Group 3.
Editors' notes
It's not clear whether "Modified Huffman" can also refer to the general concept of RLE combined with Huffman coding.