Documentation
¶
Index ¶
- func Imgez_To_Image(img Image) image.Image
- type Font
- type Image
- func (i *Image) At(l Location) color.Color
- func (i *Image) Bounds() image.Rectangle
- func (img Image) Byte() ([]byte, error)
- func (img *Image) DrawLine(clr RGBA, l1, l2 Location)
- func (img Image) Getsize() Size
- func (img *Image) Opacity(opacity float64)
- func (baseImg *Image) Overlay(overlayImg Image, l Location)
- func (img *Image) Resize(s Size)
- func (img Image) SaveJPEG(filename string, quality int) error
- func (img Image) SavePNG(filename string) error
- func (img *Image) Shape(percentage int)
- func (baseImg *Image) Text(Font Font, Color RGBA, l Location, text string, size float64) error
- type Location
- type Pixel
- type RGB
- type RGBA
- type Size
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Imgez_To_Image ¶
Types ¶
type Image ¶
type Image []Pixel
func Image_To_Imgez ¶
Click to show internal directories.
Click to hide internal directories.