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
diff between version 6.4.1 and 6.4.8
Re: diff between version 6.4.1 and 6.4.8
We formally split the namespaces of the Magick and Wand API's into MagickCore and MagickWand. As such, use MagickCore as the Magick++ namespace.