Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const DefaultQuality + func Decode(r io.Reader) (image.Image, error) + func DecodeConfig(r io.Reader) (image.Config, error) + func Encode(w io.Writer, m image.Image, o *Options) error + type FormatError string + func (e FormatError) Error() string + type Options struct + Quality int + type Reader interface + type UnsupportedError string + func (e UnsupportedError) Error() string