pub fn apply(sigma_x: f64, sigma_y: f64, src: ImageRefMut<'_>)Expand description
Applies a box blur.
Input image pixels should have a premultiplied alpha.
A negative or zero sigma_x/sigma_y will disable the blur along that axis.
ยงAllocations
This method will allocate a copy of the src image as a back buffer.