Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op) + func DrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Point, ...) + type Drawer interface + Draw func(dst Image, r image.Rectangle, src image.Image, sp image.Point) + var FloydSteinberg Drawer = floydSteinberg{} + type Image interface + Set func(x, y int, c color.Color) + type Op int + const Over + const Src + func (op Op) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) + type Quantizer interface + Quantize func(p color.Palette, m image.Image) color.Palette + type RGBA64Image interface + Set func(x, y int, c color.Color) + SetRGBA64 func(x, y int, c color.RGBA64)