pub fn gifsave_buffer_with_opts(
inp: &VipsImage,
gifsave_buffer_options: &GifsaveBufferOptions,
) -> Result<Vec<u8>>Expand description
VipsForeignSaveCgifBuffer (gifsave_buffer), save as gif (.gif), priority=0, rgba-only
inp: &VipsImage -> Image to save
gifsave_buffer_options: &GifsaveBufferOptions -> optional arguments
returns Vec<u8> - Buffer to save to