Skip to content

Commit

Permalink
Added release notes for python-pillow#5416
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 30, 2021
1 parent 25daffc commit 22f6747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/8.3.0.rst
Expand Up @@ -41,6 +41,13 @@ The returned dictionary will start from the base of the XML, meaning that the to
should contain an "xmpmeta" key. :py:meth:`~PIL.JpegImagePlugin.getxmp` has also been
updated to this structure.

TIFF getexif()
^^^^^^^^^^^^^^

TIFF :py:attr:`~PIL.TiffImagePlugin.TiffImageFile.tag_v2` data can now be accessed
through :py:meth:`~PIL.Image.getexif`. This also provides access to the GPS and EXIF
IFDs, through ``im.getexif().get_ifd(0x8825)`` and ``im.getexif().get_ifd(0x8769)``
respectively.

API Additions
=============
Expand Down

0 comments on commit 22f6747

Please sign in to comment.