Created
October 18, 2013 06:43
-
-
Save holysugar/7037406 to your computer and use it in GitHub Desktop.
手抜きLGTM画像作成サンプル
This file contains hidden or 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/sh | |
| convert \( -resize 480x320 source.jpg \) \ | |
| \( -gravity south -background none -fill white -stroke black -strokewidth 5 -font fonts/pakenham.ttf -size 480x320 -pointsize 192 label:LGTM \) \ | |
| -flatten result.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment