Skip to content

Instantly share code, notes, and snippets.

@twobob
Created May 1, 2017 21:43
Show Gist options
  • Save twobob/38e796de3aa42b2fd7d296394f3c9279 to your computer and use it in GitHub Desktop.
Save twobob/38e796de3aa42b2fd7d296394f3c9279 to your computer and use it in GitHub Desktop.
used IN a directory to reorient all files according to the exif data. Obviously YMMV
forfiles /C "cmd /c magick @file -auto-orient ./oriented/@file"
@twobob
Copy link
Author

twobob commented May 1, 2017

path must contain bin dir of Magick
cd /d to dir to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment