# 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.
# Interfaces
Matrix interface for the Kernel.