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

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

Rotate an image 90 degrees clockwise.