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

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

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