Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mmodrow/553a4427a91718d2b1b31d8ccaff0633 to your computer and use it in GitHub Desktop.
Rotates images in Place using image magick
gci *.jp*g | ForEach-Object{ magick mogrify -rotate 90 $_.FullName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment