Image.__iadd__#

Image.__iadd__(other) Image[source][source]#

Overloaded in-place += operator

Returns:

self, modified in place

Return type:

Image

Add another image or a scalar to an Image in place.

Seealso:

__add__