OpenGTA/tools/label_screenshot.sh

11 lines
167 B
Bash
Raw Permalink Normal View History

2015-12-03 00:38:22 +00:00
#!/bin/bash
in=$1
out=$1.new
convert $in -fill white -box '#00000080' \
-gravity North -annotate +0+10 ' ~Scumbag City~ by Pennywise ' \
-pointsize 20 $out