Documentation ¶
Index ¶
- func CreateImage(width, height int) *image.RGBA
- func Draw(dst *image.RGBA, col, row int, src image.Image)
- func ImageFromBinary(data []byte) (image.Image, error)
- func ImageFromReader(r io.Reader) (image.Image, error)
- func ImageSize(data []byte) (width, height int, err error)
- func ImageToGif(img image.Image) ([]byte, error)
- func ImageToJpeg(img image.Image) ([]byte, error)
- func ImageToPng(img image.Image) ([]byte, error)
- func SaveToWriter(w io.Writer, img image.Image) error
- func ValidateImage(input []byte) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateImage ¶
func ValidateImage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.