Function flip_vertical

fn flip_vertical<I: GenericImageView>(image: &I) -> ImageBuffer<<I as >::Pixel, Vec<<<I as >::Pixel as Pixel>::Subpixel>>
where
    <I as >::Pixel: 'static

Flip an image vertically