pub fn morphology( operator: MorphologyOperator, rx: f64, ry: f64, src: ImageRefMut<'_>, )
Applies a morphology filter.
src pixels should have a premultiplied alpha.
src
When rx or ry is negative.
rx
ry
This method will allocate a copy of the src image as a back buffer.