Function image::imageops::rotate270_in
source ยท pub fn rotate270_in<I, Container>(
image: &I,
destination: &mut ImageBuffer<I::Pixel, Container>,
) -> ImageResult<()>
Expand description
Affine transformations
Rotate an image 270 degrees clockwise and put the result into the destination ImageBuffer
.