Searched refs:dither_method (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 351 public function remapImage(Imagick $replacement, int $dither_method): bool {} argument
|
H A D | Imagick_arginfo.h | 1426 ZEND_ARG_TYPE_INFO(0, dither_method, IS_LONG, 0) 1428 ZEND_ARG_INFO(0, dither_method)
|
H A D | imagick_class.c | 2593 im_long dither_method; in PHP_METHOD() local 2596 …(ZEND_NUM_ARGS() TSRMLS_CC, "Ol", &remap_param, php_imagick_sc_entry, &dither_method) == FAILURE) { in PHP_METHOD() 2608 status = MagickRemapImage(intern->magick_wand, intern_remap->magick_wand, dither_method); in PHP_METHOD()
|
Completed in 56 milliseconds