Documentation ¶
Overview ¶
Package ccitt implements a CCITT Fax image decoder for Group3/1d and Group4.
Index ¶
Constants ¶
View Source
const ( Group3 = iota Group4 )
The supported CCITT encoding modes.
Variables ¶
This section is empty.
Functions ¶
func NewReader ¶
NewReader creates a new ReadCloser Reads from the returned io.ReadCloser read and decompress data from r. If r does not also implement io.ByteReader, the decompressor may read more data than necessary from r. It is the caller's responsibility to call Close on the ReadCloser when finished reading.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.