Created
March 17, 2014 17:57
-
-
Save dm/9604712 to your computer and use it in GitHub Desktop.
i++ i--
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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