I have VERY little programing experience. Please bare with me.
I'm trying to write some text on to an image using the following commands:
stringvariable= 52°F
-draw "text 47,392 'stringvariable'" -fill white \
This does not work.
The example I'm trying to copy looks like this:
-draw "text 47,302 '<#temp>°F'" -fill white \
However I don't understand the <#temp> part?
Any help would be most appreciated!!!