Searched refs:adaptiveThresholdImage (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 030_Imagick_adaptiveThresholdImage_basic.phpt | 2 Test Imagick, adaptiveThresholdImage 15 function adaptiveThresholdImage($width, $height, $adaptiveOffset) { 19 $imagick->adaptiveThresholdImage($width, $height, $adaptiveOffsetQuantum); 24 adaptiveThresholdImage($width, $height, $adaptiveOffset) ;
|
/imagick/ |
H A D | Imagick.stub.php | 592 public function adaptiveThresholdImage(int $width, int $height, int $offset): bool {} function in Imagick
|
H A D | Imagick_arginfo.h | 5561 ZEND_METHOD(Imagick, adaptiveThresholdImage); 6239 …ZEND_ME(Imagick, adaptiveThresholdImage, arginfo_class_Imagick_adaptiveThresholdImage, ZEND_ACC_PU…
|
H A D | imagick_class.c | 10514 PHP_METHOD(Imagick, adaptiveThresholdImage) argument
|
Completed in 75 milliseconds