Applies a convolution matrix on the image, using the given coefficient and offset.
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
matrixA 3x3 matrix: an array of three arrays of three floats.
divThe divisor of the result of the convolution, used for normalization.
offset
Example 2. Gaussian blur
The above example will output:
|