From c41548cba8a63cc155f677c159e069934fd38cbf Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 13 Oct 2020 20:49:28 +1100 Subject: [PATCH] Added release notes for #4862 [ci skip] --- docs/releasenotes/8.0.0.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releasenotes/8.0.0.rst b/docs/releasenotes/8.0.0.rst index 4d79b4aaf..b64420175 100644 --- a/docs/releasenotes/8.0.0.rst +++ b/docs/releasenotes/8.0.0.rst @@ -89,6 +89,16 @@ draws a pentagon centered at the point ``(100, 100)`` with a polygon radius of ` 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 ^^^^^^^^^^^^^^^^^^^^^^^^^