Skip to content

Instantly share code, notes, and snippets.

@interactiveRob
Created September 25, 2023 14:42
Show Gist options
  • Save interactiveRob/e5c85dea1583404c61d4d00becdff349 to your computer and use it in GitHub Desktop.
Save interactiveRob/e5c85dea1583404c61d4d00becdff349 to your computer and use it in GitHub Desktop.
Batch Resize images on command line
magick mogrify -resize 1920 *.jpg
//use -path arg if you want to output the resized images into a new dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment