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

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

Rotate an image 180 degrees clockwise.