pub fn read_data_zip(
compressed: &[u8],
pixel_data: Option<&mut DecodeTarget>,
width: usize,
height: usize,
bit_depth: u32,
step: usize,
offset: usize,
prediction: bool,
)Expand description
Mirror readDataZip (zlib via flate2).