Function libvips::ops::vipssave

source ·
pub fn vipssave(inp: &VipsImage, filename: &str) -> Result<()>
Expand description

VipsForeignSaveVipsFile (vipssave), save image to file in vips format (.v, .vips), priority=0, any inp: &VipsImage -> Image to save filename: &str -> Filename to save to