imProcessConvolve

Base Convolution with a kernel. \n * Kernel can be IM_INT or IM_FLOAT, but always IM_GRAY. Use kernel size odd for better results. \n * Supports all data types. The border is mirrored. \n * Returns zero if the counter aborted. Most of the convolutions use this function.\n * If the kernel image attribute "Description" exists it is used by the counter. * * \verbatim im.ProcessConvolve(src_image: imImage, dst_image: imImage, kernel: imImage) -> counter: boolean [in Lua 5] \endverbatim * \verbatim im.ProcessConvolveNew(image: imImage, kernel: imImage) -> counter: boolean, new_image: imImage [in Lua 5] \endverbatim * \ingroup convolve

extern (C) @safe nothrow
int
imProcessConvolve

Meta