Skip to content

Instantly share code, notes, and snippets.

@houkanshan
Created July 18, 2014 05:31
Show Gist options
  • Save houkanshan/3ce49414f915df7dd616 to your computer and use it in GitHub Desktop.
Save houkanshan/3ce49414f915df7dd616 to your computer and use it in GitHub Desktop.
#!/bin/bash
for (( i=0; i<100; i++ )); do
echo $i
convert \
-size 165x165 \
xc:white \
-pointsize 100 \
-fill black\
-gravity center \
-draw "text 0,0 '$i'" \
$i.png
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment