pub fn apply(matrix: &ConvolveMatrix, src: ImageRefMut<'_>)Expand description
Applies a convolve matrix.
Input image pixels should have a premultiplied alpha when preserve_alpha=false.
ยงAllocations
This method will allocate a copy of the src image as a back buffer.