diff between version 6.4.1 and 6.4.8

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
wchang615

diff between version 6.4.1 and 6.4.8

Post by wchang615 »

Dear All,

I just started to learn about the ImageMagick++ API and been working with 6.4.1 earlier with using namespace of MagickLib. Somehow when I switched to 6.4.8, it seems MagickLib is no longer supported. Am I right?

I was using API call such as:
image=MagickLib::ReadImage(&image_info, &exp_info);
but is now no longer works.

Please advice.

Thanks.

--Wo
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: diff between version 6.4.1 and 6.4.8

Post by magick »

We formally split the namespaces of the Magick and Wand API's into MagickCore and MagickWand. As such, use MagickCore as the Magick++ namespace.
wchang615

Re: diff between version 6.4.1 and 6.4.8

Post by wchang615 »

Thanks for the info, it works!

--Wo
Post Reply