-
Notifications
You must be signed in to change notification settings - Fork 538
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
RESPECT_ORIENTATION is not working anymore #135
Comments
serverless-image-handler is now using Sharp, that does not work work RESPECT_ORIENTATION I think. Maybe you can use the fork to have it working : #127 |
I got it to work with Sharp - If you pass
|
As of version version 4.1 it looks like this method of passing a Edit: actually, the rotate filter seems to be ignored at all, even if I set other values to it. |
@jaimemnds Did you mean even though you put rotate value, it does not rotate the image? Can you give me some examples? |
@beomseoklee thanks for your reply. The method of sending Thanks a lot for your attention and sorry for my negligence. |
@mberneis |
I have the same issue: When requesting a portrait image in the browser I'm getting it back rotated. I'm not using JSON to make my requests. How can I implement your workaround in the URL request? |
I have set the environment variable RESPECT_ORIENTATION to TRUE. - Version 3 worked correctly but with the new AWS change I redeployed the latest and the image does not rotate anymore
Example:
https://d3tao6gbu16fr0.cloudfront.net/250x250/PetPic_990000003017241.png
The text was updated successfully, but these errors were encountered: