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.
pub fn decode<B: BinaryReader>(
reader: &mut B,
option: &mut DecodeOptions<'_>,
) -> Result<(), Box<dyn Error>>Decodes a WebP image using a callback-based interface compatible with
wml2’s draw-side flow.