mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Added release notes for #5416
This commit is contained in:
parent
fcfa14a43b
commit
53b3d5c845
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user