Page 1 of 1

Which version deprecated MagickLib

Posted: 2009-03-08T02:56:47-07:00
by merlin_SuSE
I am developing an application that makes use of Magick++ and have found recently about the change of namespace from MagickLib to MagickCore. However as some people are not using the latest versions of ImageMagick I want to make sure that my code compiles with MagickLib as well as MagickCore. I can do this with a version test, but I don't know exactly which version of ImageMagick removed MagickLib.

Re: Which version deprecated MagickLib

Posted: 2009-03-08T06:34:58-07:00
by magick
We formally introduced the now permanent namespaces of MagickCore and MagickWand as of ImageMagick 6.4.2.

Re: Which version deprecated MagickLib

Posted: 2009-03-08T09:06:45-07:00
by merlin_SuSE
Thanks very much for the prompt reply. I will implement that now and hopefully there shouldn't be any more problems.