Searched refs:gray (Results 1 – 11 of 11) sorted by relevance
/imagick/tests/ |
H A D | 045_Imagick_compositeImage_basic.phpt | 34 "gradient:gray(10%)-gray(90%)"
|
H A D | 003_cast_color_opacity.phpt | 12 $im->tintImage("red", "gray(50%)"); 21 $strengthPixel = new ImagickPixel("gray");
|
H A D | 010_importimagepixels.phpt | 30 $im->newImage($width, $height, 'gray');
|
H A D | 169_ImagickPixel_construct_basic.phpt | 17 "graya(50%, 0.5)", // semi-transparent mid gray
|
H A D | 237_Tutorial_deconstructGif_basic.phpt | 22 $background->newpseudoimage($imageSize, $imageSize, "canvas:gray");
|
H A D | 278_Imagick_optimaze_gif.phpt | 25 $background->newpseudoimage($imageSize, $imageSize, "canvas:gray");
|
/imagick/ |
H A D | shim_im6_to_im7.h | 119 const ChannelType channel,const MagickBooleanType gray);
|
H A D | shim_im6_to_im7.c | 630 …MagickNegateImageChannel(MagickWand *wand,const ChannelType channel,const MagickBooleanType gray) { in MagickNegateImageChannel() argument 639 status = MagickNegateImage(wand, gray); in MagickNegateImageChannel()
|
H A D | Imagick.stub.php | 48 public function shadeImage(bool $gray, float $azimuth, float $elevation): bool {} argument 1000 public function negateImage(bool $gray, int $channel = Imagick::CHANNEL_DEFAULT): bool {} argument
|
H A D | Imagick_arginfo.h | 266 ZEND_ARG_TYPE_INFO(0, gray, _IS_BOOL, 0) 268 ZEND_ARG_INFO(0, gray) 4073 ZEND_ARG_TYPE_INFO(0, gray, _IS_BOOL, 0) 4075 ZEND_ARG_INFO(0, gray)
|
H A D | imagick_class.c | 416 zend_bool gray; in PHP_METHOD() local 418 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "bdd", &gray, &azimuth, &elevation) == FAILUR… in PHP_METHOD() 426 status = MagickShadeImage(intern->magick_wand, gray, azimuth, elevation); in PHP_METHOD() 4892 zend_bool gray; in PHP_METHOD() local 4897 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b|l", &gray, &channel) == FAILURE) { in PHP_METHOD() 4905 status = MagickNegateImageChannel(intern->magick_wand, channel, gray); in PHP_METHOD()
|
Completed in 66 milliseconds