package
2.0.0+incompatible
Repository: https://github.com/ernyoke/imger.git
Documentation: pkg.go.dev

# Functions

ConvolveGray applies a convolution matrix (kernel) to a grayscale image.
ConvolveRGBA applies a convolution matrix (kernel) to an RGBA image.
NewKernel creates a new Kernel with the given width and height.

# Structs

Kernel is a 2 dimensional matrix used mainly for convolution.

# Interfaces

Matrix interface for the Kernel.