pub fn rotate180<I: GenericImageView>(
image: &I,
) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>where
I::Pixel: 'static,
Expand description
Affine transformations Rotate an image 180 degrees clockwise.
pub fn rotate180<I: GenericImageView>(
image: &I,
) -> ImageBuffer<I::Pixel, Vec<<I::Pixel as Pixel>::Subpixel>>where
I::Pixel: 'static,
Affine transformations Rotate an image 180 degrees clockwise.