pub fn rotate180_in<I, Container>(
image: &I,
destination: &mut ImageBuffer<I::Pixel, Container>,
) -> ImageResult<()>Expand description
Rotate an image 180 degrees clockwise and put the result into the destination ImageBuffer.
pub fn rotate180_in<I, Container>(
image: &I,
destination: &mut ImageBuffer<I::Pixel, Container>,
) -> ImageResult<()>Rotate an image 180 degrees clockwise and put the result into the destination ImageBuffer.