mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Added orientation note [ci skip]
This commit is contained in:
parent
8c94f01842
commit
a8c07e3d5f
|
@ -104,6 +104,15 @@ the file format handler (see the chapter on :ref:`image-file-formats`). Most
|
|||
handlers add properties to the :py:attr:`~PIL.Image.Image.info` attribute when
|
||||
loading an image, but ignore it when saving images.
|
||||
|
||||
Orientation
|
||||
-----------
|
||||
|
||||
A common element of the :py:attr:`~PIL.Image.Image.info` attribute for JPG and
|
||||
TIFF images is the EXIF orientation tag. This is an instruction for how the
|
||||
image data should be oriented. For example, it may instruct an image to be
|
||||
rotated by 90 degrees, or to be mirrored. To apply this information to an
|
||||
image, :py:meth:`~PIL.ImageOps.exif_transpose` can be used.
|
||||
|
||||
.. _concept-filters:
|
||||
|
||||
Filters
|
||||
|
|
Loading…
Reference in New Issue
Block a user