From 417cbd155790c64783885e6cf4c850446a4b0dc2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 11 Apr 2020 18:01:13 +1000 Subject: [PATCH] Document getexif [ci skip] --- docs/reference/Image.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/Image.rst b/docs/reference/Image.rst index 8af56f6c1..c824ff176 100644 --- a/docs/reference/Image.rst +++ b/docs/reference/Image.rst @@ -179,6 +179,7 @@ This helps to get the bounding box coordinates of the input image: .. automethod:: PIL.Image.Image.getcolors .. automethod:: PIL.Image.Image.getdata .. automethod:: PIL.Image.Image.getextrema +.. automethod:: PIL.Image.Image.getexif .. automethod:: PIL.Image.Image.getpalette .. automethod:: PIL.Image.Image.getpixel .. automethod:: PIL.Image.Image.histogram