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