Home
last modified time | relevance | path

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

/imagick/
H A DImagick.stub.php718 public function addNoiseImage(int $noise, int $channel = Imagick::CHANNEL_DEFAULT): bool {} argument
H A Dimagick_class.c10293 im_long noise; local
10296 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|l", &noise, &channel) == FAILURE) {
10306 status = MagickAddNoiseImageChannel(intern->magick_wand, channel, noise);
10308 status = MagickAddNoiseImage(intern->magick_wand, noise);
H A DImagick_arginfo.h3160 ZEND_ARG_TYPE_INFO(0, noise, IS_LONG, 0)
3162 ZEND_ARG_INFO(0, noise)

Completed in 51 milliseconds