From fc354cabaa0e51cf36ac6489cc4c3318fa59d1eb Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 1 Jan 2019 14:11:52 +1100 Subject: [PATCH] Added method --- docs/reference/ImageChops.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/ImageChops.rst b/docs/reference/ImageChops.rst index 2e4e21f19..6c8f11253 100644 --- a/docs/reference/ImageChops.rst +++ b/docs/reference/ImageChops.rst @@ -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)