For example, this causes the image to be the wrong orientation:
Code: Select all
convert DSC_0551.JPG -strip stripped.jpg
Code: Select all
convert DSC_0551.JPG -strip stripped.jpg
Code: Select all
identify -format "%[EXIF:*]" DSC_0551.JPG
Code: Select all
exif:Orientation=6
Code: Select all
convert DSC_0551.JPG -auto-orient -strip stripped.jpg