summaryrefslogtreecommitdiffstats
path: root/tools/takk_til
diff options
context:
space:
mode:
authorOle Kristian Lien <ole.k.lien@gmail.com>2009-12-04 10:53:53 +0000
committerOle Kristian Lien <ole.k.lien@gmail.com>2009-12-04 10:53:53 +0000
commitd81dc41d4d817f2d5fb3e721449d27bf0832634a (patch)
tree915d6c3b956a04e47a88fd4ea2983cd645f8a8c3 /tools/takk_til
parent0118f00cfc3d3f46fce44584fc0b2079c27db360 (diff)
added some more tools
Diffstat (limited to 'tools/takk_til')
-rw-r--r--tools/takk_til13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/takk_til b/tools/takk_til
deleted file mode 100644
index 900e222..0000000
--- a/tools/takk_til
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-FONT="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf"
-
-if [ $# -gt 2 ]; then
- convert -font $FONT -size 1440x1080 xc:black \
- -fill white -gravity center -pointsize 60 -draw "text 0,0 '${1}'" \
- -fill white -gravity center -pointsize 40 -draw "text 0,60 '${2}'" \
- -append ${3}.png
-else
- convert -font $FONT -size 1440x1080 xc:black \
- -fill white -gravity center -pointsize 60 -draw "text 0,0 '${1}'" \
- -append ${2}.png
-fi