You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Image resize is changing the orientation
i.e. from portrait to landscape internally
To Reproduce
Upload any image in portrait mode , with resolution say 1500 x 2000 pixels
try to retrieve the image at 300 x 300 pixels, the image is been changed to landscape mode
Expected behavior
try to retrieve the image at 300 x 300 pixels, the image should be returned in portrait mode
Please complete the following information about the solution:
[ v5.0.0 ] Version: [e.g. v1.0.0]
[ us-east-1 ] Region: [e.g. us-east-1]
[ no ] Was the solution modified from the version published on this repository?
If the answer to the previous question was yes, are the changes available on GitHub?
[ yes ] Have you checked your service quotas for the sevices this solution uses?
[ no ] Were there any errors in the CloudWatch Logs?
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Why is this issue closed? I don't think the underlying issue is fixed, although there appear to be attempts in the code to maintain orientation. I used the rotate:null workaround and it worked for me as well, but it seems a bit hacky.
Describe the bug
Image resize is changing the orientation
i.e. from portrait to landscape internally
To Reproduce
Upload any image in portrait mode , with resolution say 1500 x 2000 pixels
try to retrieve the image at 300 x 300 pixels, the image is been changed to landscape mode
Expected behavior
try to retrieve the image at 300 x 300 pixels, the image should be returned in portrait mode
Please complete the following information about the solution:
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: