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