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?".
-
magmical
- Posts: 30
- Joined: 2013-05-03T05:31:05-07:00
- Authentication code: 6789
Post
by magmical » 2014-02-18T07:14:23-07:00
Hello everyone!
Can somebody give me a hint what attributes has the <write> command (Magick Scripting Language)?
I found out that also a quality attribute works:
Code: Select all
<write filename="image.png" quality="70%" />
Any more attributes?
Thanks.
Last edited by
magmical on 2014-02-20T07:58:50-07:00, edited 4 times in total.
-
magmical
- Posts: 30
- Joined: 2013-05-03T05:31:05-07:00
- Authentication code: 6789
Post
by magmical » 2014-02-19T06:58:53-07:00
Thanks. Thats what I needed.
Another question:
Is filename the only attribute of <read> ?
-
magick
- Site Admin
- Posts: 10909
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2014-02-19T07:44:58-07:00
It should accept the same attributes as the write element. If you find differently, let us know and we will make sure the attribute is supported in the next point release of ImageMagick.
-
magmical
- Posts: 30
- Joined: 2013-05-03T05:31:05-07:00
- Authentication code: 6789
Post
by magmical » 2014-02-20T08:00:04-07:00
Thanks again!
