Skip to content

Instantly share code, notes, and snippets.

@mmodrow
Created January 9, 2026 21:46
Show Gist options
  • Select an option

  • Save mmodrow/ed70957cf33212d7dd1884de1bcca1e5 to your computer and use it in GitHub Desktop.

Select an option

Save mmodrow/ed70957cf33212d7dd1884de1bcca1e5 to your computer and use it in GitHub Desktop.
Removes Metadata (Exit) Rotation from jpeg files using exiftool
gci *.jp*g | ForEach-Object{ & '..\exiftool-13.45_32\exiftool().exe' -Orientation=1 -n $_.FullName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment