About Normalizing Image Rotation
Some images come with Orientation
tag in the meta data from a camera. When these images are modified with Pillow, they are shown as rotated on a side. Here is a utility function to normalize rotation and remove the Orientation
tag:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
Tips and Tricks Programming Development Django 4.2 Django 3.2 Django 2.2 Python 3 Pillow
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.