Image.__isub__# Image.__isub__(other) → Image[source][source]# Overloaded in-place -= operator Returns: self, modified in place Return type: Image Subtract another image or a scalar from an Image in place. Seealso: __sub__