Image.__imod__# Image.__imod__(other) → Image[source][source]# Overloaded in-place %= operator Returns: self, modified in place Return type: Image Stack the planes of another image (or a scalar plane) onto this Image in place. Seealso: __mod__