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

pub fn flip_horizontal_in<I, Container>(
    image: &I,
    destination: &mut ImageBuffer<<I as GenericImageView>::Pixel, Container>
) -> Result<(), ImageError> where
    Container: DerefMut<Target = [<<I as GenericImageView>::Pixel as Pixel>::Subpixel]>,
    I: GenericImageView,
    <I as GenericImageView>::Pixel: 'static, 

Flip an image horizontally and put the result into the destination ImageBuffer.