It's working when I change <format value ="Jpg"/> to <format value ="Tif"/>
Why ?
Why ?
<?xml version="1.0" encoding="utf-8" ?>
<msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\MagickScript.xsd">
<read>
<clone>
<shadow color="#555" x="-15" y="-15" alpha="75" sigma="3"/>
<format value="Jpg"/>
<strip/>
<write/>
</clone>
</read>
</msl>