Page 1 of 1

Image.attribute equivalent in MagickWand?

Posted: 2007-07-29T06:51:53-07:00
by carllos
Hi,

I've been searching for some time now and could not find one. MagickIdentifyImage gives all the attributes and a function that I've suspected of being the Image.attribute equivalent - MagickGetOption gives me nothing.

Is there any special way to set the key for the MagickGetOption (I've been trying with the "Exif:Flash", which worked fine in Magick++), or is there another function to get the wand's attributes?

Thanks in advance for the help.

Karol

Re: Image.attribute equivalent in MagickWand?

Posted: 2007-07-29T09:00:04-07:00
by magick
Use the MagickGetImageProperty() method to return image properties.