Function exr::compression::pxr24::decompress

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