Re: convert -draw text with numbers problem
Fred Weinhaus <[email protected]> Thu, 21 Jul 2011 16:00:21 -0700
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240803ca4e5fcb9485@[192.168.1.2]> |
Put single quotes around your variable in the draw statement. That works for me on IM 6.7.1.0 Q16 Mac OSX Tiger. E.G. lenVal=10:00 convert -size 500x500 xc:white -fill black -pointsize 25 -font Arial -stroke black -draw "text 240,320 '$lenVal'" tmp.png