Skip to content

Instantly share code, notes, and snippets.

@smhr
Created December 18, 2020 09:33
Show Gist options
  • Save smhr/444de36630d1f459650adffc71bd48d9 to your computer and use it in GitHub Desktop.
Save smhr/444de36630d1f459650adffc71bd48d9 to your computer and use it in GitHub Desktop.
Batch resize images
mogrify -resize 25% -path ./small_images *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment