Home
last modified time | relevance | path

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

/imagick/
H A Dimagick_class.c9174 im_long compare_method; local
9176 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &compare_method) == FAILURE) {
9185 tmp_wand = (MagickWand *)MagickCompareImagesLayers(intern->magick_wand, compare_method);
9187 tmp_wand = (MagickWand *)MagickCompareImageLayers(intern->magick_wand, compare_method);

Completed in 50 milliseconds