Created
May 15, 2015 19:10
-
-
Save mobilemind/74d12cbbad99054f7098 to your computer and use it in GitHub Desktop.
remove orientation information from iPhone JPEG image using exif on jpg file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for PHOFILE in Photo*.jpg ; do exiftool -Orientation='' "$PHOFILE" ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment