Added release notes for #5416

This commit is contained in:
Andrew Murray 2021-06-30 13:54:44 +10:00
parent fcfa14a43b
commit 53b3d5c845

View File

@ -41,6 +41,14 @@ The returned dictionary will start from the base of the XML, meaning that the to
should contain an "xmpmeta" key. JPEG's ``getxmp()`` method 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.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
=============