Page 1 of 1

diff between version 6.4.1 and 6.4.8

Posted: 2009-01-09T15:12:11-07:00
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

Re: diff between version 6.4.1 and 6.4.8

Posted: 2009-01-09T21:19:36-07:00
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.

Re: diff between version 6.4.1 and 6.4.8

Posted: 2009-01-09T22:15:13-07:00
by wchang615
Thanks for the info, it works!

--Wo