Modified READ
From Just Solve the File Format Problem
Revision as of 16:31, 27 February 2013 by Dan Tobias (Talk | contribs)
Modified READ (MR) is the name of the image compression algorithm used in 2-dimensional CCITT Group 3 format.
It first encodes most rows as the difference between the current row and the previous row, then uses run-length encoding, followed by Huffman coding.
Specifications
See CCITT Group 3.