mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-24 15:50:33 +03:00
Document that orientation data is removed by exif_transpose()
This commit is contained in:
parent
75913950c2
commit
1112ad67a3
|
@ -572,8 +572,11 @@ 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 return a new image that is
|
||||||
transposed accordingly. Otherwise, return a copy of the image.
|
transposed accordingly. The new image will have the orientation data
|
||||||
|
removed.
|
||||||
|
|
||||||
|
Otherwise, return a copy of the image.
|
||||||
|
|
||||||
:param image: The image to transpose.
|
:param image: The image to transpose.
|
||||||
:return: An image.
|
:return: An image.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user