Function crop

Source
fn crop(img: &mut Frame, l: f32, r: f32, tp: f32, b: f32, feather: f32)
Expand description

Cut l/r/t/b fractions from the edges (alpha 0 outside), feathering over feather * min(w,h) px.