Documentation ¶ Index ¶ func New(l, h int, c color.RGBA) *image.Paletted func Save(w io.Writer, img *image.Paletted) error func TextBounds(fontSize, textLen, yOff int) (int, int) func Write(dst draw.Image, text string, c color.RGBA, fontPath string, fontSize float64) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(l, h int, c color.RGBA) *image.Paletted func Save ¶ added in v0.4.0 func Save(w io.Writer, img *image.Paletted) error func TextBounds ¶ added in v0.3.1 func TextBounds(fontSize, textLen, yOff int) (int, int) func Write ¶ added in v0.3.0 func Write(dst draw.Image, text string, c color.RGBA, fontPath string, fontSize float64) error Types ¶ This section is empty. Source Files ¶ View all Source files myimage.go Click to show internal directories. Click to hide internal directories.