Skip to main content

decode

Function decode 

Source
pub fn decode<B: BinaryReader>(
    reader: &mut B,
    option: &mut DecodeOptions<'_>,
) -> Result<(), Box<dyn Error>>
Expand description

Decodes a WebP image using a callback-based interface compatible with wml2’s draw-side flow.