What is the problem?
For some images, the orientation of the thumbnail generated by my local version of thumbor-plugins is different to the one generated on beta.
| beta | local |
Reproduction
My configuration (thumbor.conf) is: P34931
I generate the thumbnail on my local system by going to the url: http://localhost:8800/thumbor/unsafe/<width>x/<url>.
I have reproduced it with thumbor running in docker on Buster:
$ blubber .pipeline/blubber.yaml dev > Dockerfile $ make build
I have also reproduced this when I installed locally via python on Bullseye:
python3 -m pip install -r requirements.txt
Other images which reproduce this bug
- https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/d/d5/....jpg
- https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/d/d9/20100708_002-hbk-bs.jpg
- https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/f/f6/20131230_001904.jpg
- https://upload.wikimedia.beta.wmflabs.org/wikipedia/commons/a/a1/2013-11-10_17.02.29.jpg
Environment
Operating system: Debian Buster and Bullseye
thumbor-plugins: commit 92eafe2477fdd122244b572e1a0f57652bdbc8f8

