pub fn rotate_with_opts(
inp: &VipsImage,
angle: f64,
rotate_options: &RotateOptions,
) -> 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
rotate_options: &RotateOptions -> optional arguments
returns VipsImage - Output image