package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev

# Functions

Decode reads a BMP image from r and returns it as an image.Image.
DecodeConfig returns the color model and dimensions of a BMP image without decoding the entire image.
Encode writes the image m to w in BMP format.

# Variables

ErrUnsupported means that the input BMP image uses a valid but unsupported feature.