package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev
# Packages
Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T.
# Functions
Decode reads a TIFF image from r and returns it as an image.Image.
DecodeConfig returns the color model and dimensions of a TIFF image without decoding the entire image.
Encode writes the image m to w.
# Type aliases
CompressionType describes the type of compression used in Options.
A FormatError reports that the input is not a valid TIFF image.
An UnsupportedError reports that the input uses a valid but unimplemented feature.