Skip to content

Instantly share code, notes, and snippets.

@peterdalle
Last active March 12, 2020 17:23
Show Gist options
  • Save peterdalle/08206a246af65d1b1d52bb907144de1e to your computer and use it in GitHub Desktop.
Save peterdalle/08206a246af65d1b1d52bb907144de1e to your computer and use it in GitHub Desktop.
ImageMagick batch resize images in current directory to new directory
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