mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Document that exif_transpose() does not change orientations of 1
This commit is contained in:
parent
1112ad67a3
commit
1197e19982
|
@ -572,9 +572,9 @@ def solarize(image, threshold=128):
|
||||||
|
|
||||||
def exif_transpose(image):
|
def exif_transpose(image):
|
||||||
"""
|
"""
|
||||||
If an image has an EXIF Orientation tag return a new image that is
|
If an image has an EXIF Orientation tag, other than 1, return a new image
|
||||||
transposed accordingly. The new image will have the orientation data
|
that is transposed accordingly. The new image will have the orientation
|
||||||
removed.
|
data removed.
|
||||||
|
|
||||||
Otherwise, return a copy of the image.
|
Otherwise, return a copy of the image.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user