Documentation
¶
Overview ¶
Package packbits implements the PackBits lossless data compression scheme, as used on old Macintosh computers.
See Apple Technical Note TN1023.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidData = errors.New("invalid PackBits data")
ErrInvalidData indicates that the PackBits data is invalid and cannot be decompressed.
Functions ¶
func AppendPack ¶ added in v1.1.0
AppendPack compresses the data using the PackBits compression scheme, appending the compressed data to the given slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.