image::codecs::webp::extended

Function read_alpha_chunk

Source
fn read_alpha_chunk<R: Read>(
    reader: &mut R,
    width: u32,
    height: u32,
) -> ImageResult<AlphaChunk>