Versions in this module Expand all Collapse all v0 v0.4.0 Mar 17, 2020 v0.3.0 Mar 17, 2020 v0.2.0 Mar 9, 2020 Changes in this version + var ErrUnsupported = errors.New("bmp: unsupported BMP image") + func Decode(r io.Reader) (image.Image, error) + func DecodeConfig(r io.Reader) (image.Config, error) + func Encode(w io.Writer, m image.Image) error