mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 02:32:29 +03:00
Added release notes for #3687 [ci skip]
This commit is contained in:
parent
fb79e15f99
commit
732a5357be
|
@ -168,11 +168,17 @@ language-specific glyphs and ligatures from the font:
|
||||||
Added EXIF class
|
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
|
: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
|
dictionary. When saving JPEG, PNG or WEBP, the instance can be passed as an
|
||||||
``exif`` argument to include any changes in the output image.
|
``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
|
PNG EXIF data
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user