#!/bin/sh

font=gdLargeFont
height=33
width=120
background='255 204 000'


echo ../bin/string2image.pl \
	 --font $font \
	--height $height \
	--width $width \
	--background "'$background'" 

