Skip to content

Commit 1197e19

Browse files
committed
Document that exif_transpose() does not change orientations of 1
1 parent 1112ad6 commit 1197e19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/PIL/ImageOps.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,9 @@ def solarize(image, threshold=128):
572572

573573
def exif_transpose(image):
574574
"""
575-
If an image has an EXIF Orientation tag return a new image that is
576-
transposed accordingly. The new image will have the orientation data
577-
removed.
575+
If an image has an EXIF Orientation tag, other than 1, return a new image
576+
that is transposed accordingly. The new image will have the orientation
577+
data removed.
578578
579579
Otherwise, return a copy of the image.
580580

0 commit comments

Comments
 (0)