Function image::codecs::webp::extended::read_extended_chunk

source ยท
fn read_extended_chunk<R>(
    r: &mut R,
) -> ImageResult<Option<(Cursor<Vec<u8>>, WebPRiffChunk)>>
where R: Read,
Expand description

Reads a chunk, but silently ignores unknown chunks at the end of a file