문제

wrong exif http://gist.qiniudn.com/auto-orient-bug.jpg

This image has EXIF "Orientation":{"val":"Top-left","type":3}, we know its EXIF is obvious wrong, but it should rotate and lay down.

I use newest ImageMagick running:

convert auto-orient-bug.jpg -auto-orient output.jpg

the output image is same as the origin.
My question is how ImageMagick dectect this and keep the image standing.

도움이 되었습니까?

해결책

This is a bug in ImageMagick and will be fixed in 6.8.8-2. The bug report can be found here: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24749

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top