[][src]Function libvips::ops::autorot_with_opts

pub fn autorot_with_opts(
    inp: &VipsImage,
    autorot_options: &AutorotOptions
) -> Result<VipsImage>

VipsAutorot (autorot), autorotate image by exif tag inp: &VipsImage -> Input image autorot_options: &AutorotOptions -> optional arguments returns VipsImage - Output image