apply

Function apply 

Source
pub fn apply(sigma_x: f64, sigma_y: f64, src: ImageRefMut<'_>)
Expand description

Applies an IIR 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 2x src buffer.