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