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