Versions in this module Expand all Collapse all v1 v1.0.1 Mar 31, 2020 v1.0.0 Mar 31, 2020 Changes in this version + type Gray interface + Gray func(src *image.Gray, x, y float64) color.Gray + type Interp interface + Interp func(src image.Image, x, y float64) color.Color + var Bilinear Interp = bilinear{} + type RGBA interface + RGBA func(src *image.RGBA, x, y float64) color.RGBA