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

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

Flip an image horizontally