Image Rotation Issue with Portrait Images on S3 Upload

0

We've encountered a critical issue with portrait image uploads to S3. They appear flipped or rotated incorrectly upon upload. Could you please advise on the cause and potential solutions?

Your prompt assistance is highly appreciated.

using Node.js

1 Answer
0

That looks more something caused by the NodeJs code it self, than the underlining infrastructure. This may be caused by browser behaviour that affects orientation. Try look in similar articles: https://stackoverflow.com/questions/45546375/wrong-image-orientation-when-uploading-amazon-s3

profile picture
EXPERT
answered 21 days ago
profile picture
EXPERT
reviewed 20 days ago
  • 1st pointer We are working on WEB Browser app. Stackoverflow link is all about the IOS issue not the WEB issue.

    2nd pointer We already used EXIF for the orientation. But when we change the the orientation configuration & then try to upload the Image. There is nothing change we found in the image that we get from S3.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions