Conjure ignores parameters

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
DuckWizard

Conjure ignores parameters

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Conjure ignores parameters

Post 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.
Post Reply