Function exr::compression::rle::compress_bytes

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