Function rotate270
pub fn rotate270<I: GenericImageView>(image: &I) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>
where
I::Pixel: 'static,
Rotate an image 270 degrees clockwise.
rotate270pub fn rotate270<I: GenericImageView>(image: &I) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>
where
I::Pixel: 'static,
Rotate an image 270 degrees clockwise.