package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.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.