ccitt

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

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

func NewReader(r io.Reader, mode, width int, inverse, align, LSBToMSB bool) io.ReadCloser

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL