Hello,
I tried with the object annotate and the following XML works
I tried with the object annotate and the following XML works
<msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MagickScript.xsd">
<read>
<fontPointsize value="20"/>
<font value="Arial"/>
<fillColor value="#FFFFFF"/>
<annotate text="test by Jerome" boundingArea="0x0+0+10" gravity="South"/>
</read>
</msl>