I'm trying a simple
mogrify test.png -annotate +100+100 '26082015'
on a simple image, and no text is rendered.
I also tried:
mogrify test.png -font courier -fill black -pointsize 20 -annotate +100+100 "26082015"
and
mogrify test.png -gravity NorthEast -draw "text 42,80 '26082015'"
What am I doing wrong ?