pub fn flip_horizontal<I>(
image: &I,
) -> ImageBuffer<<I as GenericImageView>::Pixel, Vec<<<I as GenericImageView>::Pixel as Pixel>::Subpixel>>
Expand description
Flip an image horizontally
pub fn flip_horizontal<I>(
image: &I,
) -> ImageBuffer<<I as GenericImageView>::Pixel, Vec<<<I as GenericImageView>::Pixel as Pixel>::Subpixel>>
Flip an image horizontally