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