Re: shared library versions
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
> I wonder if the Wand api is supposed to be more stable than the Magick api. The MagickCore and MagickWand API are both stable in regards to the published API found here http://www.imagemagick.org/script/magick-core.php http://www.imagemagick.org/script/magick-wand.php These methods do not and will not change. In future versions of ImageMagick we may add methods and any methods we deprecate move to the deprecate.c but stay supported unless you specify the --disable-deprecated configure script command line option.