Image.attribute equivalent in MagickWand?

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
carllos

Image.attribute equivalent in MagickWand?

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

Re: Image.attribute equivalent in MagickWand?

Post by magick »

Use the MagickGetImageProperty() method to return image properties.
Post Reply