Function libvips::ops::webpsave_with_opts[][src]

pub fn webpsave_with_opts(
    inp: &VipsImage,
    filename: &str,
    webpsave_options: &WebpsaveOptions
) -> Result<()>
Expand description

VipsForeignSaveWebpFile (webpsave), save image to webp file (.webp), priority=0, rgba-only inp: &VipsImage -> Image to save filename: &str -> Filename to save to webpsave_options: &WebpsaveOptions -> optional arguments