pub fn gifload_buffer_with_opts(
buffer: &[u8],
gifload_buffer_options: &GifloadBufferOptions,
) -> Result<VipsImage>
Expand description
VipsForeignLoadNsgifBuffer (gifload_buffer), load GIF with libnsgif, priority=50, is_a_buffer, get_flags, get_flags_filename, header, load
buffer: &[u8]
-> Buffer to load from
gifload_buffer_options: &GifloadBufferOptions
-> optional arguments
returns VipsImage
- Output image