Documentation
¶
Index ¶
- Constants
- Variables
- func Decode(buffer []byte) (*state, error)
- func DecodeConfig(r io.Reader) (image.Config, error)
- func Encode(rgba []byte, height uint32, width uint32, channels uint8, colorspace uint8) ([]byte, error)
- func ImageDecode(r io.Reader) (image.Image, error)
- func ImageEncode(w io.Writer, m image.Image) error
- type Header
Constants ¶
View Source
const MAGIC_BYTES string = "qoif"
Variables ¶
View Source
var END_MARKER []byte = []byte{0, 0, 0, 0, 0, 0, 0, 1}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.