Home
last modified time | relevance | path

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

/imagick/
H A Dshim_im6_to_im7.h128 const ChannelType channel,const double low,const double high);
H A Dshim_im6_to_im7.c687 const ChannelType channel,const double low,const double high) { in MagickRandomThresholdImageChannel() argument
695 status = MagickRandomThresholdImage(wand, low, high); in MagickRandomThresholdImageChannel()
H A DREADME.md71 2) Run it as a very low privileged process. As much as possible the files and system resources acce…
H A DImagick.stub.php75 float $low, argument
H A DImagick_arginfo.h387 ZEND_ARG_TYPE_INFO(0, low, IS_DOUBLE, 0)
389 ZEND_ARG_INFO(0, low)
H A Dimagick_class.c525 double low, high; in PHP_METHOD() local
529 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dd|l", &low, &high, &channel) == FAILURE) { in PHP_METHOD()
537 status = MagickRandomThresholdImageChannel(intern->magick_wand, channel, low, high); in PHP_METHOD()

Completed in 51 milliseconds