This only effects convert not mogrify.
- Code: Select all
convert -auto-orient 12-28-06* test
Will not orient images at all as long as there is a wild card character in there however mogrify will work.
Also forcing any image orientation fails
- Code: Select all
mogrify -orient left-bottom DSC_0096.jpg
This command processes and runs and re-outputs the image, however nothing happens.