OpenGTA/tools/label_screenshot.sh
Anonymous Maarten 1ae34ae340 2007-06-14
2015-12-03 01:38:22 +01:00

11 lines
167 B
Bash

#!/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