[SOLVED] What attributes has <write> ?

Discuss the conjure program and the Magick Scripting Language (MSL) here. MSL is an XML-based wrapper to the ImageMagick image-processing functions.
Post Reply
magmical
Posts: 30
Joined: 2013-05-03T05:31:05-07:00
Authentication code: 6789

[SOLVED] What attributes has <write> ?

Post by magmical »

Hello everyone!

Can somebody give me a hint what attributes has the <write> command.

Code: Select all

<write filename="image.png" />
I found out that also a quality attribute works:

Code: Select all

<write filename="image.png" quality="70%" />
Thanks.
magmical
Posts: 30
Joined: 2013-05-03T05:31:05-07:00
Authentication code: 6789

Re: [SOLVED] What attributes has <write> ?

Post by magmical »

Solution is here:
viewtopic.php?f=1&t=25017
Post Reply