pub fn heifsave_buffer_with_opts(
inp: &VipsImage,
heifsave_buffer_options: &HeifsaveBufferOptions,
) -> Result<Vec<u8>>Expand description
VipsForeignSaveHeifBuffer (heifsave_buffer), save image in HEIF format (.heic, .heif), priority=0, rgba-only
inp: &VipsImage -> Image to save
heifsave_buffer_options: &HeifsaveBufferOptions -> optional arguments
returns Vec<u8> - Buffer to save to