Hello all,
I just discovered Magick Script and i'm face an error with the property strokeColor in Draw.
Here is my script
How can i add text with color ? What i am doing wrong ?
Thank you for your help.
Jerome
I just discovered Magick Script and i'm face an error with the property strokeColor in Draw.
Here is my script
<msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MagickScript.xsd">
<read>
<draw>
<gravity gravity="Southwest"/>
<pointSize pointSize="20"/>
<text value="Hello my name is Jerome" x="0" y="20" />
<strokeColor color="#00000080"/>
</draw>
</read>
</msl>
If i remove the stroke color property, it works.How can i add text with color ? What i am doing wrong ?
Thank you for your help.
Jerome