Lines Matching refs:wand
15 * Rename wand iteration flags to more logical names
56 * Return wand->images->depth for MagickGetImageDepth();
174 * Add MagickClearException() to wand/magick-wand.h.
198 * CloneDrawingWand() no longer faults when the supplied drawing wand has not
203 quality. Previously it returned the wand compression quality.
207 * Add MagickSetBackgroundColor() method to set the wand's background color
215 new wand.
284 background color to the wand.
340 to force the wand to a known value and to detect logic errors in the program
341 (any reference to the wand after it is destroyed will cause a fault).
355 * Convert several drawing wand methods from void to MagickBooleanType so
359 * We now export the DrawComposite() drawing wand method as a public method.