Skip to content

Instantly share code, notes, and snippets.

@pogla
Created March 1, 2019 11:10
Show Gist options
  • Save pogla/d0ab9058764c6e742dfe927f27ffb4fb to your computer and use it in GitHub Desktop.
Save pogla/d0ab9058764c6e742dfe927f27ffb4fb to your computer and use it in GitHub Desktop.
Resize all images in subfolders using imagemagick
find ./ -name "*.jpg" -exec magick mogrify -resize 100x100 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment