We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1261c commit bac83f7Copy full SHA for bac83f7
Tests/test_imageops.py
@@ -352,6 +352,9 @@ def check(orientation_im):
352
transposed_im = ImageOps.exif_transpose(im)
353
assert 0x0112 not in transposed_im.getexif()
354
355
+ transposed_im._reload_exif()
356
+ assert 0x0112 not in transposed_im.getexif()
357
+
358
# Orientation from "Raw profile type exif" info key
359
# This test image has been manually hexedited from exif_imagemagick.png
360
# to have a different orientation
0 commit comments