-
-
Notifications
You must be signed in to change notification settings - Fork 762
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
Processed image is rotated from portrait to landscape #1104
Comments
I have the same issue too. Did you ever figure out why? |
my guess would be exif metadata isn't being re-encded. PRs welcome! |
@hipstersmoothie adder a PR trying to fix this issue #1247 , but seems like modifying the exif data also impact on the |
Is there a reasonably straightforward workaround? I moved to Jimp because of all the installation dependencies of using Sharp. However, sharp handled image orientations correctly and I don't have a good solution for Jimp. |
🚀 Issue was released in |
Expected Behavior
Image should preserve the original portrait orientation.
Current Behavior
Code:
Will change the orientation from portrait to landscape for this image: IMG_5029.zip
The text was updated successfully, but these errors were encountered: