Open tuananh opened 7 years ago
Sorry didn't read docs carefully. The option is there.
I tried REMOVE_METADATA='false'
but it doesn't seem to work.
Given the environment variables:
AUTO_ORIENT=true
REMOVE_METADATA=true
The auto-rotate is applied before the metadata is removed.
I tried
REMOVE_METADATA='false'
but it doesn't seem to work.
Where are you setting that? You may be using the wrong syntax.
@teohhanhui I added that line to .env
file. Running locally with gulp watch
; showing the environment is loaded correctly as well
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?