mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-29 13:48:54 +08:00

Add default parameters to the NewCCITTFaxEncoder. Default values are taken from the PDF specification. ccittfaxdecode was moved to pdf/internal and renamed to ccittfax. ccittfax package errors were unexported.
10 lines
314 B
Go
10 lines
314 B
Go
/*
|
|
* This file is subject to the terms and conditions defined in
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
*/
|
|
|
|
// Package ccittfax defines and implements the Group3 and Group4
|
|
// facsimile (fax) encoding and decoding according to the CCITT recommendations
|
|
// T.4 and T.6.
|
|
package ccittfax
|