Image.__ifloordiv__# Image.__ifloordiv__(other) → Image[source][source]# Overloaded in-place //= operator Returns: self, modified in place Return type: Image Divide an Image in place by another image or a scalar, rounding down. Seealso: __floordiv__