Function cosmic::iced_widget::renderer::graphics::image::image_rs::imageops::rotate180

source ยท
pub fn rotate180<I>(
    image: &I,
) -> ImageBuffer<<I as GenericImageView>::Pixel, Vec<<<I as GenericImageView>::Pixel as Pixel>::Subpixel>>
where I: GenericImageView, <I as GenericImageView>::Pixel: 'static,
Expand description

Rotate an image 180 degrees clockwise.