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
Is it possible to tell flask-images to honor jpeg exif orientation?
I have an application where users can upload images that are displayed resized by flask-images. But the exif orientation is not respected, so images show with the wrong orientation.
If I'm not mistaken, pillow can do it, but I couldn't find a hook to include this feature in flask-images.
Did I miss something?
The text was updated successfully, but these errors were encountered:
Is it possible to tell flask-images to honor jpeg exif orientation?
I have an application where users can upload images that are displayed resized by flask-images. But the exif orientation is not respected, so images show with the wrong orientation.
If I'm not mistaken, pillow can do it, but I couldn't find a hook to include this feature in flask-images.
Did I miss something?
The text was updated successfully, but these errors were encountered: