Function rotate90
pub fn rotate90<I>(
image: &I,
) -> ImageBuffer<<I as GenericImageView>::Pixel, Vec<<<I as GenericImageView>::Pixel as Pixel>::Subpixel>>
Available on crate feature
dep_image
only.Expand description
Rotate an image 90 degrees clockwise.