Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Auto orientation only works if the image has an EXIF profile and the orientation is set. The orient option sets the orientation but does not actually reorient the image to match. If you still feel there is a problem post a URL to a set of images and the command you used so we can download them and reproduce the problem.
magick wrote:
Auto orientation only works if the image has an EXIF profile and the orientation is set. The orient option sets the orientation but does not actually reorient the image to match. If you still feel there is a problem post a URL to a set of images and the command you used so we can download them and reproduce the problem.
Yes i know, it wouldn't work with mogrify if there were no exif data.
I've done more testing and the problem is that it seems to hang on to the orientation of the first one. For instance if the first image in the *.JPG sequence that gets picked up is oriented incorrectly it will do that image then stop if the next one is oriented correctly. I can send you files and scripts to show you what i mean.
magick wrote:
We can reproduce the problem you posted. We have patched ImageMagick 6.3.1-6 Beta to fix the problem. It will be available by tommorrow. Thanks.