Home
last modified time | relevance | path

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

/imagick/
H A DImagick.stub.php332 * @param float $cluster_threshold
339 float $cluster_threshold, argument
H A DImagick_arginfo.h1371 ZEND_ARG_TYPE_INFO(0, cluster_threshold, IS_DOUBLE, 0)
1373 ZEND_ARG_INFO(0, cluster_threshold)
H A Dimagick_class.c2528 double cluster_threshold, smooth_threshold; in PHP_METHOD() local
2530 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ldd|b", &colorspace, &cluster_threshold, &sm… in PHP_METHOD()
2538 …status = MagickSegmentImage(intern->magick_wand, colorspace, verbose, cluster_threshold, smooth_th… in PHP_METHOD()

Completed in 148 milliseconds