Skip to content

Instantly share code, notes, and snippets.

@holysugar
Created October 18, 2013 06:43
Show Gist options
  • Select an option

  • Save holysugar/7037406 to your computer and use it in GitHub Desktop.

Select an option

Save holysugar/7037406 to your computer and use it in GitHub Desktop.
手抜きLGTM画像作成サンプル
#!/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