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