Wand functions vs Image functions
Posted: 2006-12-29T11:06:19-07:00
From the descriptions in the MagickWand interface doc, I can't seem to puzzle out the operational difference between the "Set or Get Wand Attribute" methods and similarly named methods in the "Magick Wand Image Methods". I assume the difference is probably crucial to my understanding of how the MagickWand interface works.
For instance
MagickSetBackgroundColor
MagickGetBackgroundColor
and
MagickSetImageBackgroundColor
MagickGetImageBackgroundColor
For instance
MagickSetBackgroundColor
MagickGetBackgroundColor
and
MagickSetImageBackgroundColor
MagickGetImageBackgroundColor