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