pub fn webpsave_buffer_with_opts(
inp: &VipsImage,
webpsave_buffer_options: &WebpsaveBufferOptions,
) -> Result<Vec<u8>>Expand description
VipsForeignSaveWebpBuffer (webpsave_buffer), save as WebP (.webp), priority=0, rgba-only
inp: &VipsImage -> Image to save
webpsave_buffer_options: &WebpsaveBufferOptions -> optional arguments
returns Vec<u8> - Buffer to save to