mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
Merge pull request #4972 from radarhere/releasenotes
Added release notes for #4862
This commit is contained in:
commit
87ee880fb2
|
@ -89,6 +89,16 @@ draws a pentagon centered at the point ``(100, 100)`` with a polygon radius of `
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Added writing of subIFDs
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
When saving EXIF data, Pillow is now able to write subIFDs, such as the GPS IFD. This
|
||||||
|
should happen automatically when saving an image using the EXIF data that it was opened
|
||||||
|
with, such as in :py:meth:`~PIL.ImageOps.exif_transpose`.
|
||||||
|
|
||||||
|
Previously, the code of the first tag of the subIFD was incorrectly written as the
|
||||||
|
offset.
|
||||||
|
|
||||||
Error for large BMP files
|
Error for large BMP files
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user