Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 624 by nolan...@
gmail.com: Webp encoding cli auto rotates certain output photos seemingly randomly.
https://bugs.chromium.org/p/webp/issues/detail?id=624What steps will reproduce the problem?
1. Run a batch command in a bash terminal to encode all images in a directory to webp.
2. Use the command:
for f in *; do cwebp -q 80 "$f" -o "${f%.*}.webp"; done
What is the expected output? What do you see instead?
I expect to see all the photos converted in the same orientation as the originals. However some photos were flipped to landscape instead of staying in portrait.
What version of the product are you using? On what operating system?
v. 1.3.1 windows x64
Please provide any additional information below.
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings