The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
You can use MagickGetImageProperty() to return the value of a particular property. What is needed is a MagickGetImageProperties() method so you know which properties are available for a particular wand. We'll get that method into ImageMagick 6.3.5 Beta within a day or two.
magick wrote:You can use MagickGetImageProperty() to return the value of a particular property. What is needed is a MagickGetImageProperties() method so you know which properties are available for a particular wand. We'll get that method into ImageMagick 6.3.5 Beta within a day or two.