Searched refs:channel_type (Results 1 – 2 of 2) sorted by relevance
/imagick/tests/ |
H A D | 289_Imagick_setImageMask_basic.phpt | 56 foreach ($channel_types as $channel_type => $channel_name) { 61 $output->blurImage(15, 4, $channel_type);
|
/imagick/ |
H A D | imagick_class.c | 4375 im_long channel_type; in PHP_METHOD() local 4378 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &channel_type) == FAILURE) { in PHP_METHOD() 4386 tmp_wand = MagickCombineImages(intern->magick_wand, channel_type); in PHP_METHOD() 5467 im_long channel_type, depth; local 5479 status = MagickSetImageChannelDepth(intern->magick_wand, channel_type, depth); 6676 im_long channel_type, channel_depth; local 6687 channel_depth = MagickGetImageChannelDepth(intern->magick_wand, channel_type); 6699 im_long channel_type, metric_type; local 6735 im_long channel_type; local 6772 im_long channel_type; local [all …]
|
Completed in 35 milliseconds