The gflConvolve function applies a convolution matrix on a picture.
GFL_ERROR gflConvolve( GFL_BITMAP * src, GFL_BITMAP ** dst, const GFL_FILTER * filter );
Parameters
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.