Skip to content

Instantly share code, notes, and snippets.

@shnhrtkyk
Last active July 6, 2019 05:11
Show Gist options
  • Save shnhrtkyk/8aad57d9dd206443a76a42d2b9f99d50 to your computer and use it in GitHub Desktop.
Save shnhrtkyk/8aad57d9dd206443a76a42d2b9f99d50 to your computer and use it in GitHub Desktop.
splitimages
for file in `\find . -maxdepth 1 -type f`; do convert -crop 300x300 $file ${file:0:-4}'.jpg'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment