Under linux, evrything is fine, see picture here.
Under windows, the watermark has a somewhat brighter background, see picture here.
In both cases, I used the same command (linux grammar below which needs a quote before the emphasis):
Code: Select all
convert input/20090925_141905.JPG -resize 800 \( -size 800x100 -background none -font Arial -fill white -gravity center caption:Watermark -shade 240x40 \) -gravity south -compose overlay -composite -append output/20090925_141905.JPG