Home
last modified time | relevance | path

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

/imagick/tests/
H A D091_Imagick_linearStretchImage_basic.phpt2 Test Imagick, linearStretchImage
14 function linearStretchImage($blackThreshold, $whiteThreshold) {
18 $imagick->linearStretchImage($blackThreshold * $pixels, $whiteThreshold * $pixels);
24 linearStretchImage($blackThreshold, $whiteThreshold) ;
/imagick/
H A DImagick.stub.php158 public function linearStretchImage(float $black_point, float $white_point): bool {} function in Imagick
H A DImagick_arginfo.h5333 ZEND_METHOD(Imagick, linearStretchImage);
6010 ZEND_ME(Imagick, linearStretchImage, arginfo_class_Imagick_linearStretchImage, ZEND_ACC_PUBLIC)
H A Dimagick_class.c1116 PHP_METHOD(Imagick, linearStretchImage) in PHP_METHOD() argument

Completed in 47 milliseconds