Home
last modified time | relevance | path

Searched refs:background_wand (Results 1 – 1 of 1) sorted by relevance

/imagick/
H A Dimagick_class.c11844 PixelWand *background_wand; local
11853 background_wand = php_imagick_zval_to_pixelwand (param, IMAGICK_CLASS, &allocated TSRMLS_CC);
11854 if (!background_wand)
11857 status = MagickSetBackgroundColor(intern->magick_wand, background_wand);
11860 background_wand = DestroyPixelWand (background_wand);

Completed in 32 milliseconds