Image.__ior__# Image.__ior__(other) → Image[source][source]# Overloaded in-place |= operator Returns: self, modified in place Return type: Image Bitwise-OR an Image in place with another image or a scalar. Seealso: __or__