I'm using Amazon-S3 to let users upload images. When the images are uploaded via mobile the orientation is correct on mobile. However all images uploaded via mobile device have incorrect orientation on desktops.
This is due to the images EXIF data I believe.
How do I rotate images according to EXIF on desktop?
Is this possible?