Skip to content

Instantly share code, notes, and snippets.

@FilipDominec
Created January 16, 2016 18:27
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 FilipDominec/e6e5d67a598e280c19ed to your computer and use it in GitHub Desktop.
Save FilipDominec/e6e5d67a598e280c19ed to your computer and use it in GitHub Desktop.
#!/bin/bash
for n in $*; do
q=${n};
#q=${n%.png};
mogrify -gravity southeast -density 300 -font Arial -pointsize 12 -annotate 0 ${q} $n
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment