Function libvips::ops::vipssave_target

source ·
pub fn vipssave_target(inp: &VipsImage, target: &VipsTarget) -> Result<()>
Expand description

VipsForeignSaveVipsTarget (vipssave_target), save image to target in vips format (.v, .vips), priority=0, any inp: &VipsImage -> Image to save target: &VipsTarget -> Target to save to