Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupported = errors.New("bmp: unsupported BMP image")
ErrUnsupported means that the input BMP image uses a valid but unsupported feature.
Functions ¶
This section is empty.
Types ¶
type BGRADecoder ¶
type BGRADecoder struct {
// contains filtered or unexported fields
}
BGRADecoder is used to decode an BGRA BMP image of the same size as the one used for construction.
Click to show internal directories.
Click to hide internal directories.