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
At the moment this doesn't seem to be an actual issue. The sample image above is always displayed correctly no matter where I look at it, and the blurhash looks correct as well. So not sure if there is really something that needs to be changed 🤷
Read exif data, rotate image if necessary, remove rotation header afterwards
See https://github.com/mattiasw/ExifReader
Vips' thumbnail functions also look at exif headers and rotate if necessary. But what about the full size?
Related:
Sample image:
(orientation: 3)
The Exif orientation flag can have nine different values from 1 to 9:
Typically, you will only get flag 1, 8, 3, 6 for digital photos. Flag 2, 7, 4, 5 represent mirrored and rotated version of images.
(source)
The text was updated successfully, but these errors were encountered: