Home
last modified time | relevance | path

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

/imagick/
H A DImagick.stub.php333 * @param float $smooth_threshold
340 float $smooth_threshold, argument
H A DImagick_arginfo.h1377 ZEND_ARG_TYPE_INFO(0, smooth_threshold, IS_DOUBLE, 0)
1379 ZEND_ARG_INFO(0, smooth_threshold)
H A Dimagick_class.c2528 double cluster_threshold, smooth_threshold; in PHP_METHOD() local
2530 …ND_NUM_ARGS() TSRMLS_CC, "ldd|b", &colorspace, &cluster_threshold, &smooth_threshold, &verbose) ==… in PHP_METHOD()
2538 … MagickSegmentImage(intern->magick_wand, colorspace, verbose, cluster_threshold, smooth_threshold); in PHP_METHOD()

Completed in 50 milliseconds