mikeboers / Flask-Images

On-demand resizing of images for Flask applications.
https://mikeboers.github.io/Flask-Images/
BSD 3-Clause "New" or "Revised" License
81 stars 43 forks source link

Exif orientation #56

Open amiguet opened 3 years ago

amiguet commented 3 years ago

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?