Skip to content

Instantly share code, notes, and snippets.

@JuanitoFatas
Forked from jlord/index.sh
Last active August 29, 2015 14:15
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 JuanitoFatas/3aae48e6b60f4a0bd89a to your computer and use it in GitHub Desktop.
Save JuanitoFatas/3aae48e6b60f4a0bd89a to your computer and use it in GitHub Desktop.
for f in *.jpg; do
convert ./"$f" -gravity center -resize 1137 -extent 1137x640 -blur 0x4 ./finalcat/"new-$f"
convert ./finalcat/"new-$f" -page +248 ./"$f" -flatten ./finalcat/"new-$f"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment