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

Flip an image horizontally in place.