I'm trying to make a script with MSL, but I can't get conjure to do the variable replacement that it promises:
Example:
myscript.msl:
<image>
<print output="blah %[var]\n" />
</image>
~# conjure -var test myscript.msl
Should produce: blah test
Produces: blah
Is there a trick to getting the variables in there?
Thanks,
Jeremy
Conjure ignores parameters
Re: Conjure ignores parameters
We tried your script with the latest ImageMagick release, 6.3.4-4, and it works as expected. Perhaps there is a bug in the version of ImageMagick you are using.