EXIF 7 oriented JPG -auto-orient -crop output not expected
Posted: 2013-10-01T23:59:11-07:00
Hello there,
I believe I've found a bug specifically with an EXIF 7 oriented jpg image. Everything should be here to easily reproduce. Hope someone is able to try and reproduce it soon.
ImageMagick version: ImageMagick 6.7.7-6 2013-03-06 Q16
OS: OSX 10.6.8 (Snow Leopard)
Steps to reproduce:
1. Start with this EXIF 7 oriented jpg image http://cl.ly/image/0I3b2v2k3l46
2. Run this command:
Expected: 240x240px image with the text "RIGHT MIRRORED" roughly centered in the image.
Actual: 160x200px image with the text towards the top of the image and the rightmost text is cropped http://cl.ly/image/0q0w2p2k1l1P
I believe I've found a bug specifically with an EXIF 7 oriented jpg image. Everything should be here to easily reproduce. Hope someone is able to try and reproduce it soon.
ImageMagick version: ImageMagick 6.7.7-6 2013-03-06 Q16
OS: OSX 10.6.8 (Snow Leopard)
Steps to reproduce:
1. Start with this EXIF 7 oriented jpg image http://cl.ly/image/0I3b2v2k3l46
2. Run this command:
Code: Select all
convert -auto-orient -crop 240x240+0+40 exif7.jpg oriented_cropped_exif7.jpg
Actual: 160x200px image with the text towards the top of the image and the rightmost text is cropped http://cl.ly/image/0q0w2p2k1l1P