update docs

This commit is contained in:
Dag Wästberg 2019-11-22 14:09:41 +01:00 committed by Andrew Murray
parent 5e5dfbad81
commit c8a46ef387

View File

@ -36,6 +36,8 @@ operations in this module).
.. autofunction:: PIL.ImageChops.logical_or
.. autofunction:: PIL.ImageChops.logical_xor
.. autofunction:: PIL.ImageChops.multiply
.. autofunction:: PIL.ImageChops.softlight
.. autofunction:: PIL.ImageChops.hardlight
.. py:method:: PIL.ImageChops.offset(image, xoffset, yoffset=None)
Returns a copy of the image where data has been offset by the given