pub fn decompress(
channels: &ChannelList,
compressed: ByteVec,
rectangle: IntegerBounds,
expected_byte_size: usize,
pedantic: bool,
) -> Result<ByteVec>
pub fn decompress(
channels: &ChannelList,
compressed: ByteVec,
rectangle: IntegerBounds,
expected_byte_size: usize,
pedantic: bool,
) -> Result<ByteVec>