Which version deprecated MagickLib

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
merlin_SuSE

Which version deprecated MagickLib

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Which version deprecated MagickLib

Post by magick »

We formally introduced the now permanent namespaces of MagickCore and MagickWand as of ImageMagick 6.4.2.
merlin_SuSE

Re: Which version deprecated MagickLib

Post by merlin_SuSE »

Thanks very much for the prompt reply. I will implement that now and hopefully there shouldn't be any more problems.
Post Reply