exr::compression::zip

Function compress_bytes

Source
pub fn compress_bytes(
    channels: &ChannelList,
    uncompressed: ByteVec,
    rectangle: IntegerBounds,
) -> Result<ByteVec>