pub fn flip_vertical_in_place<I>(image: &mut I)
where I: GenericImage,
Expand description

Flip an image vertically in place.