Versions in this module Expand all Collapse all v1 v1.0.2 Dec 17, 2022 Changes in this version + var Black = []int + var Blue = []int + var Cyan = []int + var Green = []int + var Grey = []int + var Magenta = []int + var Orange = []int + var Pink = []int + var Red = []int + var TouM = []int + var White = []int + var Yellow = []int + func GetPaletted(im image.Image) *image.Paletted + func Limit(img image.Image, xmax, ymax int) image.Image + func Load(path string) (img image.Image, err error) + func LoadAllFrames(path string, w, h int) ([]*image.NRGBA, error) + func MergeGif(delay int, im []*image.NRGBA) *gif.GIF + type Factory struct + H int + Im *image.NRGBA + W int + func LoadFirstFrame(path string, w, h int) (*Factory, error) + func MergeH(im []*image.NRGBA) *Factory + func MergeW(im []*image.NRGBA) *Factory + func NewFactory(w, h int, fillColor color.Color) *Factory + func Rotate(img image.Image, angle float64, w, h int) *Factory + func Size(im image.Image, w, h int) *Factory + func Text(font string, size float64, col []int, col1 []int, txt string) *Factory + func (dst *Factory) AdjustBrightness(s float64) *Factory + func (dst *Factory) AdjustContrast(a float64) *Factory + func (dst *Factory) AdjustSaturation(a float64) *Factory + func (dst *Factory) Blur(a float64) *Factory + func (dst *Factory) Circle(r int) *Factory + func (dst *Factory) Clip(w, h, x, y int) *Factory + func (dst *Factory) ClipCircle(x, y, r int) *Factory + func (dst *Factory) ClipCircleFix(x, y, r int) *Factory + func (dst *Factory) Clone() *Factory + func (dst *Factory) Convolve3x3() *Factory + func (dst *Factory) FlipH() *Factory + func (dst *Factory) FlipV() *Factory + func (dst *Factory) Grayscale() *Factory + func (dst *Factory) InsertBottom(im image.Image, w, h, x, y int) *Factory + func (dst *Factory) InsertBottomC(im image.Image, w, h, x, y int) *Factory + func (dst *Factory) InsertText(font string, size float64, col []int, x, y float64, txt string) *Factory + func (dst *Factory) InsertUp(im image.Image, w, h, x, y int) *Factory + func (dst *Factory) InsertUpC(im image.Image, w, h, x, y int) *Factory + func (dst *Factory) InsertUpG(im []*image.NRGBA, w, h, x, y int) []*image.NRGBA + func (dst *Factory) Invert() *Factory + func (dst *Factory) Reshape(w, h int) *Factory + func (dst *Factory) Sharpen(a float64) *Factory