Function cosmic::iced_widget::renderer::graphics::image::image_rs::imageops::flip_horizontal_in
source ยท pub fn flip_horizontal_in<I, Container>(
image: &I,
destination: &mut ImageBuffer<<I as GenericImageView>::Pixel, Container>,
) -> Result<(), ImageError>where
I: GenericImageView,
<I as GenericImageView>::Pixel: 'static,
Container: DerefMut<Target = [<<I as GenericImageView>::Pixel as Pixel>::Subpixel]>,
Expand description
Flip an image horizontally and put the result into the destination ImageBuffer
.