> I would like to know more about the numbering you use for the magic
core > API.

We use the standard major.minor.revision-patch.  If any structure
changes are made they are added to the end of the structure to maintain
backwards compatibility.  If any members are deprecated they are simply
not used but remain in the structure.  A structure may change in ordering
during a major upgrade and some deprecated members may be removed.
We've been getting away from allowing API uses access to the structure
members by publishing methods that can get/set structure members.

The MagickCore method signatures will not change if they are published
here: http://www.imagemagick.org/script/magick-core.php.
_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to