Searched refs:linearStretchImage (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 091_Imagick_linearStretchImage_basic.phpt | 2 Test Imagick, linearStretchImage 14 function linearStretchImage($blackThreshold, $whiteThreshold) { 18 $imagick->linearStretchImage($blackThreshold * $pixels, $whiteThreshold * $pixels); 24 linearStretchImage($blackThreshold, $whiteThreshold) ;
|
/imagick/ |
H A D | Imagick.stub.php | 158 public function linearStretchImage(float $black_point, float $white_point): bool {} function in Imagick
|
H A D | Imagick_arginfo.h | 5333 ZEND_METHOD(Imagick, linearStretchImage); 6010 ZEND_ME(Imagick, linearStretchImage, arginfo_class_Imagick_linearStretchImage, ZEND_ACC_PUBLIC)
|
H A D | imagick_class.c | 1116 PHP_METHOD(Imagick, linearStretchImage) in PHP_METHOD() argument
|
Completed in 77 milliseconds