-
Notifications
You must be signed in to change notification settings - Fork 557
Closed as not planned
Description
The bug
When using Autowebp
configuration, images with orientation attribute get rotated back to the original image (Flipped back).
Reproduction steps
Upload an image with orientation: 3 (180 degrees)
for example, use resize
filter and the image will be flipped.
Expected behavior
An image should look the same as the s3 (with the orientation change), even if it's in 'webp' format.
Please complete the following information about the solution:
- Version: [e.g. v6.1.2]
- Region: [e.g. us-east-1]
Screenshots
The original image properties:
The flipped image (github doesn't support webp):
https://ibb.co/K0znsSC
Additional context
Reverting back from 'Autowebp' to the original image works well.