-
Notifications
You must be signed in to change notification settings - Fork 557
Description
Describe the bug
im using the project on version 6.2.5 inside an aws lambda. Its working fine to all horizontal aspect ratio images, but when i try to use it on a vertical image aspect ratio, it produces a flipped image.
To Reproduce
No edit params (just the default auto webp), you need to try on a vertical image (height > width)
exemple:
original image - https://blintz-properties-sandbox.s3.amazonaws.com/65e07c40657ad5e064388689/images/d689e51d-8488-459e-b00f-d522d8eb6544.jpeg
lambda image - https://d1988evaubdc7a.cloudfront.net/eyJidWNrZXQiOiJibGludHotcHJvcGVydGllcy1zYW5kYm94Iiwia2V5IjoiNjVlMDdjNDA2NTdhZDVlMDY0Mzg4Njg5L2ltYWdlcy9kNjg5ZTUxZC04NDg4LTQ1OWUtYjAwZi1kNTIyZDhlYjY1NDQuanBlZyIsImVkaXRzIjp7fX0=
Expected behavior
It should provide an image on same aspect ratio without flipping.
Please complete the following information about the solution:
- [ 6.2.5 ] Version: [e.g. v1.0.0]
- [ us-east-2 ] 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