__sub__# rlemasklib.RLEMask.__sub__(other)[source]# Compute the difference of two RLEMasks. Parameters: other (RLEMask) – another RLE mask Returns: A new RLEMask object representing the difference of the two masks. Return type: RLEMask Examples - ==