[][src]Function nannou::image::imageops::flip_horizontal

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

Flip an image horizontally