Function image::imageops::rotate180 [-] [+] [src]

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

Rotate an image 180 degrees clockwise.