pub fn webpsave_target_with_opts(
    inp: &VipsImage,
    target: &VipsTarget,
    webpsave_target_options: &WebpsaveTargetOptions
) -> Result<()>
Expand description

VipsForeignSaveWebpTarget (webpsave_target), save image to webp target (.webp), priority=0, rgba-only inp: &VipsImage -> Image to save target: &VipsTarget -> Target to save to webpsave_target_options: &WebpsaveTargetOptions -> optional arguments