Function libvips::ops::rotate

source ·
pub fn rotate(inp: &VipsImage, angle: f64) -> Result<VipsImage>
Expand description

VipsRotate (rotate), rotate an image by a number of degrees inp: &VipsImage -> Input image argument angle: f64 -> Rotate anticlockwise by this many degrees min: -10000000, max: 10000000, default: 0 returns VipsImage - Output image