Skip to content

Commit 53b3d5c

Browse files
committed
Added release notes for #5416
1 parent fcfa14a commit 53b3d5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/releasenotes/8.3.0.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ The returned dictionary will start from the base of the XML, meaning that the to
4141
should contain an "xmpmeta" key. JPEG's ``getxmp()`` method has also been updated to
4242
this structure.
4343

44+
TIFF getexif()
45+
^^^^^^^^^^^^^^
46+
47+
TIFF :py:attr:`~PIL.TiffImagePlugin.TiffImageFile.tag_v2` data can now be accessed
48+
through :py:meth:`~PIL.Image.Image.getexif`. This also provides access to the GPS and
49+
EXIF IFDs, through ``im.getexif().get_ifd(0x8825)`` and
50+
``im.getexif().get_ifd(0x8769)`` respectively.
51+
4452
API Additions
4553
=============
4654

0 commit comments

Comments
 (0)