File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -168,11 +168,17 @@ language-specific glyphs and ligatures from the font:
168168Added 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
173173dictionary. 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+
176182PNG EXIF data
177183^^^^^^^^^^^^^
178184
You can’t perform that action at this time.
0 commit comments