Documentation
¶
Index ¶
- func DecodeBMP(b []byte) (image.Image, error)
- func DecodeGIF(b []byte) (image.Image, error)
- func DecodeICNS(b []byte) (image.Image, error)
- func DecodeICO(b []byte) (image.Image, error)
- func DecodeJPG(b []byte) (image.Image, error)
- func DecodePNG(b []byte) (image.Image, error)
- func DecodeTIFF(b []byte) (image.Image, error)
- func DecodeWEBP(b []byte) (image.Image, error)
- func EncodeBMP(i image.Image) ([]byte, error)
- func EncodeGIF(i image.Image) ([]byte, error)
- func EncodeICNS(i image.Image) ([]byte, error)
- func EncodeICO(i image.Image) ([]byte, error)
- func EncodeJPG(i image.Image) ([]byte, error)
- func EncodePNG(i image.Image) ([]byte, error)
- func EncodeSVG(i image.Image) ([]byte, error)
- func EncodeTIFF(i image.Image) ([]byte, error)
- func EncodeWEBP(i image.Image) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.