Function nannou::image::imageops::rotate90[][src]

pub fn rotate90<I>(
    image: &I
) -> ImageBuffer<<I as GenericImageView>::Pixel, Vec<<<I as GenericImageView>::Pixel as Pixel>::Subpixel, Global>> where
    I: GenericImageView,
    <I as GenericImageView>::Pixel: 'static, 
Expand description

Rotate an image 90 degrees clockwise.