You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When images are resized that use the exif orientation feature the thumbnails and crops are flipped. Since this is used by some cameras it should be supported by neos. Imagine has an autorotate feature that can be used for that.
I had this issue today on a customers instance with Neos 7.3 and also checked other ones (incl. 8.3). All of them show the same incorrect result, but after cropping the image.
I found this open issue at imagine, which seems to be related. After adding the suggested solution , it works fine for me. php-imagine/Imagine#467
When images are resized that use the exif orientation feature the thumbnails and crops are flipped. Since this is used by some cameras it should be supported by neos. Imagine has an autorotate feature that can be used for that.
Steps to Reproduce
Expected behavior
Thumbnail should have the same orientation as original.
Actual behavior
Thumbnail is rotated 90°
Affected Versions
Neos: afaik all
The text was updated successfully, but these errors were encountered: