From 732a5357be6b94fb4d8d52874057657cb73150b5 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 1 Apr 2019 22:32:09 +1100 Subject: [PATCH] Added release notes for #3687 [ci skip] --- docs/releasenotes/6.0.0.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/releasenotes/6.0.0.rst b/docs/releasenotes/6.0.0.rst index 18a53b4e0..0145347f2 100644 --- a/docs/releasenotes/6.0.0.rst +++ b/docs/releasenotes/6.0.0.rst @@ -168,11 +168,17 @@ language-specific glyphs and ligatures from the font: Added EXIF class ^^^^^^^^^^^^^^^^ -:py:meth:`~PIL.Image.Image.getexif` has been added, and returning an +:py:meth:`~PIL.Image.Image.getexif` has been added, which returns an :py:class:`~PIL.Image.Exif` instance. Values can be retrieved and set like a dictionary. When saving JPEG, PNG or WEBP, the instance can be passed as an ``exif`` argument to include any changes in the output image. +Added ImageOps.exif_transpose +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +:py:meth:`~PIL.ImageOps.exif_transpose` returns a copy of an image, transposed +according to its EXIF Orientation tag. + PNG EXIF data ^^^^^^^^^^^^^