Skip to content

Instantly share code, notes, and snippets.

@mobilemind
Created May 15, 2015 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mobilemind/74d12cbbad99054f7098 to your computer and use it in GitHub Desktop.
Save mobilemind/74d12cbbad99054f7098 to your computer and use it in GitHub Desktop.
remove orientation information from iPhone JPEG image using exif on jpg file
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