Home
last modified time | relevance | path

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

/imagick/tests/
H A D030_Imagick_adaptiveThresholdImage_basic.phpt2 Test Imagick, adaptiveThresholdImage
15 function adaptiveThresholdImage($width, $height, $adaptiveOffset) {
19 $imagick->adaptiveThresholdImage($width, $height, $adaptiveOffsetQuantum);
24 adaptiveThresholdImage($width, $height, $adaptiveOffset) ;
/imagick/
H A DImagick.stub.php592 public function adaptiveThresholdImage(int $width, int $height, int $offset): bool {} function in Imagick
H A DImagick_arginfo.h5561 ZEND_METHOD(Imagick, adaptiveThresholdImage);
6239 …ZEND_ME(Imagick, adaptiveThresholdImage, arginfo_class_Imagick_adaptiveThresholdImage, ZEND_ACC_PU…
H A Dimagick_class.c10514 PHP_METHOD(Imagick, adaptiveThresholdImage) argument

Completed in 55 milliseconds