Home
last modified time | relevance | path

Searched refs:dither (Results 1 – 4 of 4) sorted by relevance

/imagick/tests/
H A D101_Imagick_quantizeImage_basic.phpt11 $dither = 1;
13 function quantizeImage($numberColors, $colorSpace, $treeDepth, $dither) {
16 $imagick->quantizeImage($numberColors, $colorSpace, $treeDepth, $dither, false);
22 quantizeImage($numberColors, $colorSpace, $treeDepth, $dither) ;
/imagick/
H A DImagick.stub.php606 public function posterizeImage(int $levels, bool $dither): bool {} argument
980 public function mapImage(imagick $map, bool $dither): bool {} argument
1026 bool $dither, argument
1035 bool $dither, argument
H A Dimagick_class.c4779 zend_bool dither; in PHP_METHOD() local
4785 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Ob", &map_obj, php_imagick_sc_entry, &dither in PHP_METHOD()
4794 status = MagickMapImage(intern->magick_wand, intern_map->magick_wand, dither); in PHP_METHOD()
5126 zend_bool dither, measure_error; in PHP_METHOD() local
5130 …UM_ARGS() TSRMLS_CC, "lllbb", &number_colors, &colorspace, &tree_depth, &dither, &measure_error) =… in PHP_METHOD()
5138 …status = MagickQuantizeImage(intern->magick_wand, number_colors, colorspace, tree_depth, dither, m… in PHP_METHOD()
5157 zend_bool dither, measure_error; in PHP_METHOD() local
5169 …status = MagickQuantizeImages(intern->magick_wand, number_colors, colorspace, tree_depth, dither, … in PHP_METHOD()
11005 zend_bool dither; local
11007 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &levels, &dither) == FAILURE) {
[all …]
H A DImagick_arginfo.h2523 ZEND_ARG_TYPE_INFO(0, dither, _IS_BOOL, 0)
2525 ZEND_ARG_INFO(0, dither)
4004 ZEND_ARG_TYPE_INFO(0, dither, _IS_BOOL, 0)
4006 ZEND_ARG_INFO(0, dither)
4187 ZEND_ARG_TYPE_INFO(0, dither, _IS_BOOL, 0)
4189 ZEND_ARG_INFO(0, dither)

Completed in 1598 milliseconds