Handle a TopLeft EXIF orientation
We have an assertion that ensures we properly apply the EXIF transformation and delete the Orientation tag, but when it is set to 1
("TopLeft"), Pillow will not perform any transformation: TopLeft means the top-left edge of the image is the top-left edge of the image. This causes the assertion to fail even though everything works just fine.