Skip to content

Instantly share code, notes, and snippets.

@alexarje
Created May 19, 2019 16:55
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 alexarje/41d54e94dc8fef08a317d4c68c3c6e2b to your computer and use it in GitHub Desktop.
Save alexarje/41d54e94dc8fef08a317d4c68c3c6e2b to your computer and use it in GitHub Desktop.
Automagically rotate multiple images based on EXIF descriptors
find . *.jpg -exec jhead -autorot {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment