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