Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXIF Data can cause output to be wrong orientation #220

Closed
bretto36 opened this issue Jun 12, 2020 · 1 comment
Closed

EXIF Data can cause output to be wrong orientation #220

bretto36 opened this issue Jun 12, 2020 · 1 comment

Comments

@bretto36
Copy link

I have an image that has an Orientation in the exif data -

Orientation | Rotate 90 CW

Our S3 CDN - Source Image - is auto rotated due to exif data
https://d347awuzx0kdse.cloudfront.net/amarkgroup/images/catimg/d248d8800ff451aa60ea81054f8b3585e512fae5.jpg
Our Serverless Image Handler CDN - shows the image in the real orientation due to exif data not being added
https://d1mv2b9v99cq0i.cloudfront.net/amarkgroup/images/catimg/d248d8800ff451aa60ea81054f8b3585e512fae5.jpg

@bretto36
Copy link
Author

bretto36 commented Jun 12, 2020

Resolved the issue.

pass rotate: null into the list of edits

"rotate" => null,

thisismana added a commit to thisismana/serverless-image-handler that referenced this issue Oct 5, 2023
* feat: use new OpenSearch logging extension

- move lambda into VPC, so it can communicate with the OpenSearch server
- added Logging Lambda Extension

* feat: use new OpenSearch logging extension

- move lambda into VPC, so it can communicate with the OpenSearch server
- added Logging Lambda Extension

* directed to new logging cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant