Last active
March 12, 2020 17:23
-
-
Save peterdalle/08206a246af65d1b1d52bb907144de1e to your computer and use it in GitHub Desktop.
ImageMagick batch resize images in current directory to new directory
This file contains hidden or 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
REM https://stackoverflow.com/questions/14304480/batch-resize-images-and-output-images-to-new-folder-with-imagemagick | |
magick mogrify -resize 1024 -quality 100 -path ./new *.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment