Function image::imageops::rotate270

source ·
pub fn rotate270<I: GenericImageView + 'static>(
    image: &I
) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>where
    I::Pixel: 'static,
    <I::Pixel as Pixel>::Subpixel: 'static,
Expand description

Affine transformations Rotate an image 270 degrees clockwise.