exr::compression::pxr24

Function decompress

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