-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Feature request] Rotate image to correct orientation before stripping EXIF data #42
Comments
Sorry didn't read docs carefully. The option is there. |
I tried |
Given the environment variables:
The auto-rotate is applied before the metadata is removed. See image-resizer/src/streams/resize.js Lines 49 to 59 in 7bff1c2
|
Where are you setting that? You may be using the wrong syntax. |
@teohhanhui I added that line to |
Because we're stripping all meta data, it would be a good idea to rotate the image to correct orientation before stripping it, wouldn't it?
The text was updated successfully, but these errors were encountered: