Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created February 27, 2020 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neoglyph/e1d3008f63280226302531155db3a4f9 to your computer and use it in GitHub Desktop.
Save Neoglyph/e1d3008f63280226302531155db3a4f9 to your computer and use it in GitHub Desktop.
Resize and override images (200x200)
find . -maxdepth 1 -iname "*.png" | xargs -L1 -I{} convert -resize 200x200 "{}" "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment