Page 1 of 1

Conjure ignores parameters

Posted: 2007-05-30T13:05:31-07:00
by DuckWizard
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

Re: Conjure ignores parameters

Posted: 2007-05-31T07:58:24-07:00
by magick
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.