Function image::codecs::webp::extended::read_alpha_chunk

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