Home
last modified time | relevance | path

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

/imagick/
H A DImagick.stub.php351 public function remapImage(Imagick $replacement, int $dither_method): bool {} argument
H A DImagick_arginfo.h1426 ZEND_ARG_TYPE_INFO(0, dither_method, IS_LONG, 0)
1428 ZEND_ARG_INFO(0, dither_method)
H A Dimagick_class.c2593 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 59 milliseconds