Discussion:
huffman encoding for cciitt fax group 3
(too old to reply)
roseta
2006-04-26 16:07:20 UTC
Permalink
hello,

I want to have the huffman encoding for .tif files that are used to
compress it for sending fax.
It is for black and white files.

any information espicially algorithm or the code is much appriciated.

Thanks in advance
roseta.
roseta
2006-04-28 13:16:34 UTC
Permalink
hello,

I found some information and code about this huffman compression method
(which is also called T4) on FAQ of this group.
it is in part one of FAQ but all these code are just for this method
or not because there is no explanation in the document. can any one
give me some help here?

thanks in advance
roseta
toby
2006-04-28 19:05:50 UTC
Permalink
Post by roseta
hello,
I found some information and code about this huffman compression method
(which is also called T4) on FAQ of this group.
it is in part one of FAQ but all these code are just for this method
or not because there is no explanation in the document. can any one
give me some help here?
Use an existing library and save yourself 9 months of work:
http://www.libtiff.org/
Post by roseta
thanks in advance
roseta
Chris Giese
2006-04-29 01:24:03 UTC
Permalink
Post by roseta
I found some information and code about this huffman compression method
(which is also called T4) on FAQ of this group.
it is in part one of FAQ but all these code are just for this method
or not because there is no explanation in the document. can any one
give me some help here?
http://www.rfc-editor.org/rfc/rfc804.txt

Some TIFF files use two-dimensional fax compression (T.6).
The T.6 specification is not freely available, but you might
be able to figure it out from the libTIFF source code.

Loading...