pub fn flip_vertical_in<I, Container>(
image: &I,
destination: &mut ImageBuffer<I::Pixel, Container>,
) -> ImageResult<()>Expand description
Flip an image vertically and put the result into the destination ImageBuffer.
pub fn flip_vertical_in<I, Container>(
image: &I,
destination: &mut ImageBuffer<I::Pixel, Container>,
) -> ImageResult<()>Flip an image vertically and put the result into the destination ImageBuffer.