Skip to content

Commit c240db2

Browse files
authored
Merge pull request #3762 from radarhere/releasenotes
Added release notes for #3687
2 parents fb79e15 + 732a535 commit c240db2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/releasenotes/6.0.0.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,17 @@ language-specific glyphs and ligatures from the font:
168168
Added EXIF class
169169
^^^^^^^^^^^^^^^^
170170

171-
:py:meth:`~PIL.Image.Image.getexif` has been added, and returning an
171+
:py:meth:`~PIL.Image.Image.getexif` has been added, which returns an
172172
:py:class:`~PIL.Image.Exif` instance. Values can be retrieved and set like a
173173
dictionary. When saving JPEG, PNG or WEBP, the instance can be passed as an
174174
``exif`` argument to include any changes in the output image.
175175

176+
Added ImageOps.exif_transpose
177+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178+
179+
:py:meth:`~PIL.ImageOps.exif_transpose` returns a copy of an image, transposed
180+
according to its EXIF Orientation tag.
181+
176182
PNG EXIF data
177183
^^^^^^^^^^^^^
178184

0 commit comments

Comments
 (0)