Added method

This commit is contained in:
Andrew Murray 2019-01-01 14:11:52 +11:00
parent b9d102ea70
commit fc354cabaa

View File

@ -34,6 +34,7 @@ operations in this module).
.. autofunction:: PIL.ImageChops.lighter
.. autofunction:: PIL.ImageChops.logical_and
.. autofunction:: PIL.ImageChops.logical_or
.. autofunction:: PIL.ImageChops.logical_xor
.. autofunction:: PIL.ImageChops.multiply
.. py:method:: PIL.ImageChops.offset(image, xoffset, yoffset=None)