Open
Description
I created two images with ImageMagick and added the EXIF Orientation tag to both of them:
convert -size 64x128 canvas:#FFFF00 exif_rotated.png
exiftool -overwrite_original -n -Orientation=6 exif_rotated.png
convert -size 64x128 -delay 100 canvas:#FFFF00 canvas:#0000FF exif_rotated_a.png
exiftool -overwrite_original -n -Orientation=6 exif_rotated_a.png
After compressing them with oxipng, the EXIF tags have been stripped, and the images have not been rotated. Note that neither Firefox nor Chrome currently respect this tag, and Safari only sometimes does, so these images will not be displayed correctly in your browser.
https://bugzilla.mozilla.org/show_bug.cgi?id=1627423
https://bugs.webkit.org/show_bug.cgi?id=210021
Activity