I'm having issues with photos getting rotated upon upload in my Django app. I have pinpointed the issue to EXIF data that tells the browser to rotate the images.
For example:
Make : Apple
Camera Model Name : iPhone 4
Orientation : Rotate 90 CW
What is the recommended way of removing EXIF data from Images in a python Django app? Among other things, I also don't want EXIF data for privacy reasons.