Skip to content

Instantly share code, notes, and snippets.

@pebosi
Created February 19, 2014 11:15
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pebosi/9090062 to your computer and use it in GitHub Desktop.
Save pebosi/9090062 to your computer and use it in GitHub Desktop.
Use parallel to mogrify images
find -iname "*.jpg" -type f -print0 | parallel --progress -0 -j +0 "mogrify -resize 800x800\> {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment