apply

Function apply 

Source
pub fn apply(
    operator: MorphologyOperator,
    rx: f32,
    ry: f32,
    src: ImageRefMut<'_>,
)
Expand description

Applies a morphology filter.

src pixels should have a premultiplied alpha.

ยงAllocations

This method will allocate a copy of the src image as a back buffer.