Skip to content

Instantly share code, notes, and snippets.

@dm
Created March 17, 2014 17:57
Show Gist options
  • Save dm/9604712 to your computer and use it in GitHub Desktop.
Save dm/9604712 to your computer and use it in GitHub Desktop.
i++ i--
#!/bin/bash
convert -size 760x760 xc: +noise Random noise1.jpg
convert noise1.jpg -bordercolor none -mattecolor "rgba(83, 83, 83, 0.5)" -frame 20x20 noise2.jpg
convert noise2.jpg -gravity center -strokewidth 3 -fill "rgba(50, 50, 50, 0.5)" -pointsize 300 -font '/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf' -annotate 0 "i++\ni--" noise3.jpg
convert noise3.jpg -scale 10% -scale 1000% noise4.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment