How to Draw Text with a Semicolon
Posted: 2016-05-20T10:35:15-07:00
I'm using this code on a Mac today.
It gives this to me in return.
How can I fix this?
Thanks.
Code: Select all
convert -size 1280x720 xc:none -font ./resources/Rodin-B.otf -pointsize 36 \
-stroke white -strokewidth 5 -draw "text 586,375 Released:" \
-fill gradient:#0a0a0a:#2e2e2e -draw "text 586,375 RELEASED:" \
bootTvTex-Text1.png
Code: Select all
convert: non-conforming drawing primitive definition `:' @ error/draw.c/DrawImage/3173.
Thanks.