--- deliantra/arch/spell/Rune/genrunes 2007/03/03 01:13:55 1.7 +++ deliantra/arch/spell/Rune/genrunes 2007/09/03 01:25:53 1.8 @@ -6,35 +6,35 @@ ( while read file text color font; do font=$(fc-list "$font" file | tail -1 | sed -e 's/..$//') - convert -size 32x32 xc:none -set hinting on \ - -font "$font" -pointsize 32 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file" + convert -size 64x64 xc:none -set hinting on \ + -font "$font" -pointsize 64 -fill "$color" -gravity center -draw "text 0,0 \"$text\"" "$file" pngx "$file" >/dev/null done ) <