__or__# rlemasklib.RLEMask.__or__(other)[source]# Compute the union of two RLE masks. Parameters: other (RLEMask) – another RLE mask Returns: A new RLEMask object representing the union of the two masks. Return type: RLEMask Examples | == See also union()