Function image::imageops::rotate270
[-] [+]
[src]
pub fn rotate270<I: GenericImage + 'static>(image: &I) -> ImageBuffer<I, Vec<<I as Pixel>::Subpixel>> where I: 'static, <I as Pixel>::Subpixel: 'static
Rotate an image 270 degrees clockwise.