Skip to main content

batch_encode

Function batch_encode 

Source
pub fn batch_encode(
    images: &[(u32, u32, &[u8])],
    config: EncoderConfig,
) -> CodecResult<Vec<Vec<u8>>>
Expand description

Batch encode multiple images with same settings.

ยงErrors

Returns error if any encoding fails.