fn crop(img: &mut Frame, l: f32, r: f32, tp: f32, b: f32, feather: f32)
Cut l/r/t/b fractions from the edges (alpha 0 outside), feathering over feather * min(w,h) px.
l/r/t/b
feather * min(w,h)