Base convolution when the kernel is separable. Only the first line and the first column will be used. \n
* Returns zero if the counter aborted.\n
* If the kernel image attribute "Description" exists it is used by the counter.
*
* \verbatim im.ProcessConvolveSep(src_image: imImage, dst_image: imImage, kernel: imImage) -> counter: boolean [in Lua 5] \endverbatim
* \verbatim im.ProcessConvolveSepNew(image: imImage, kernel: imImage) -> counter: boolean, new_image: imImage [in Lua 5] \endverbatim
* \ingroup convolve
Base convolution when the kernel is separable. Only the first line and the first column will be used. \n * Returns zero if the counter aborted.\n * If the kernel image attribute "Description" exists it is used by the counter. * * \verbatim im.ProcessConvolveSep(src_image: imImage, dst_image: imImage, kernel: imImage) -> counter: boolean [in Lua 5] \endverbatim * \verbatim im.ProcessConvolveSepNew(image: imImage, kernel: imImage) -> counter: boolean, new_image: imImage [in Lua 5] \endverbatim * \ingroup convolve