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.
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?