blur

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2020 License: MIT Imports: 4 Imported by: 37

Documentation

Overview

Package blur provides image blurring functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Box

func Box(src image.Image, radius float64) *image.RGBA

Box returns a blurred (average) version of the image. Radius must be larger than 0.

func Gaussian

func Gaussian(src image.Image, radius float64) *image.RGBA

Gaussian returns a smoothly blurred version of the image using a Gaussian function. Radius must be larger than 0.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL