Versions in this module Expand all Collapse all v1 v1.1.0 Oct 19, 2021 Changes in this version + func BoxBlurHorizontal(src, dst *image.RGBA, start, end, r int) + func BoxBlurTotal(src, dst *image.RGBA, start, end, r int) v1.0.0 Feb 28, 2021 Changes in this version + func BoxesForGauss(sigma float64, n int) []int + func CloneToRGBA(src image.Image) *image.RGBA + func GaussianBlur(src image.Image, r float64) *image.RGBA + type Direction int