[][src]Function libvips::ops::rotate

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

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