Documentation ¶
Overview ¶
Package g3 implements data encoding using the CCITT (renamed to ITU-T in 1993) fax standard in its Group 3, One-Dimensional (G31D) variant.
It follows the standard ITU-T T.4 (07/2003), section 4.1: https://www.itu.int/rec/T-REC-T.4-200307-I/en
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder is a Group 3 One-Dimensional fax encoder.
func NewEncoder ¶
NewEncoder returns a ready-to-use Encoder, writing to w.
Click to show internal directories.
Click to hide internal directories.