mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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):
|
||||
"""
|
||||
If an image has an EXIF Orientation tag return a new image that is
|
||||
transposed accordingly. The new image will have the orientation data
|
||||
removed.
|
||||
If an image has an EXIF Orientation tag, other than 1, return a new image
|
||||
that is transposed accordingly. The new image will have the orientation
|
||||
data removed.
|
||||
|
||||
Otherwise, return a copy of the image.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user