Which version deprecated MagickLib
Posted: 2009-03-08T02:56:47-07:00
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.