Function dzsave_buffer_with_opts

Source
pub fn dzsave_buffer_with_opts(
    inp: &VipsImage,
    dzsave_buffer_options: &DzsaveBufferOptions,
) -> Result<Vec<u8>>
Expand description

VipsForeignSaveDzBuffer (dzsave_buffer), save image to dz buffer (.dz, .szi), priority=0, any inp: &VipsImage -> Image to save dzsave_buffer_options: &DzsaveBufferOptions -> optional arguments returns Vec<u8> - Buffer to save to