Created
September 25, 2023 14:42
-
-
Save interactiveRob/e5c85dea1583404c61d4d00becdff349 to your computer and use it in GitHub Desktop.
Batch Resize images on command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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