Magick++ Help with getting file attributes.

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
devilj

Magick++ Help with getting file attributes.

Post by devilj »

Hello,
I am in need of some Magick++ advise. I have created a MagickPerl script that I need to convert to the Magick++ C++ API. I was looking for information on getting file attributes and separating the alpha mask from an image. In perl to get info you use $image->Get('matte'), but I don't see a "Get" function. Same goes for 'Columns' and 'rows'. I also see there is no separate listed in the table. Can anyone help.

Thanks.
Post Reply