pub fn jxlsave_buffer_with_opts(
inp: &VipsImage,
jxlsave_buffer_options: &JxlsaveBufferOptions,
) -> Result<Vec<u8>>
Expand description
VipsForeignSaveJxlBuffer (jxlsave_buffer), save image in JPEG-XL format (.jxl), priority=0, untrusted, any
inp: &VipsImage
-> Image to save
jxlsave_buffer_options: &JxlsaveBufferOptions
-> optional arguments
returns Vec<u8>
- Buffer to save to