[][src]Function libvips::ops::heifsave_buffer_with_opts

pub fn heifsave_buffer_with_opts(
    inp: &VipsImage,
    heifsave_buffer_options: &HeifsaveBufferOptions
) -> Result<Vec<u8>>

VipsForeignSaveHeifBuffer (heifsave_buffer), save image in HEIF format (.heic), priority=0, rgb inp: &VipsImage -> Image to save heifsave_buffer_options: &HeifsaveBufferOptions -> optional arguments returns Vec<u8> - Buffer to save to