/imagick/tests/ |
H A D | 115_Imagick_selectiveBlurImage_basic.phpt | 13 $threshold = 0.5; 16 function selectiveBlurImage($radius, $sigma, $threshold, $channel) { 19 $imagick->selectiveBlurImage($radius, $sigma, $threshold, $channel); 24 selectiveBlurImage($radius, $sigma, $threshold, $channel) ;
|
H A D | 155_Imagick_thresholdImage_basic.phpt | 11 $threshold = 0.5; 15 function thresholdimage($threshold, $channel) { 18 $imagick->thresholdimage($threshold * \Imagick::getQuantum(), $channel); 23 thresholdimage($threshold, $channel) ;
|
H A D | 049_Imagick_deskewImage_basic.phpt | 12 $threshold = 0.5; 14 function deskewImage($threshold) { 20 $deskewImagick->deskewImage($threshold); 44 deskewImage($threshold) ;
|
/imagick/ |
H A D | shim_im6_to_im7.h | 133 const double threshold); 140 const ChannelType channel,const double threshold); 145 const ChannelType channel,const double threshold); 148 const double amount,const double threshold);
|
H A D | shim_im6_to_im7.c | 724 const double threshold) { in MagickSelectiveBlurImageChannel() argument 732 status = MagickSelectiveBlurImage(wand, radius, sigma, threshold); in MagickSelectiveBlurImageChannel() 782 …pe MagickSolarizeImageChannel(MagickWand *wand, const ChannelType channel,const double threshold) { in MagickSolarizeImageChannel() argument 790 status = MagickSolarizeImage(wand, threshold); in MagickSolarizeImageChannel() 860 const double amount,const double threshold) { in MagickUnsharpMaskImageChannel() argument 868 status = MagickUnsharpMaskImage(wand, radius, sigma, amount, threshold); in MagickUnsharpMaskImageChannel()
|
H A D | Imagick.stub.php | 328 public function deskewImage(float $threshold): bool {} argument 356 public function houghLineImage(int $width, int $height, float $threshold): bool {} argument 590 …public function thresholdImage(float $threshold, int $channel = Imagick::CHANNEL_DEFAULT): bool {} argument 633 public function solarizeImage(int $threshold): bool {} argument 1049 public function sepiaToneImage(float $threshold): bool {} argument 1115 float $threshold, argument 1251 float $threshold, argument 1269 …gick $image, ?array &$offset = null, ?float &$similarity = null, float $threshold = 0.0, int $metr… argument 1272 …gick $image, ?array &$offset = null, ?float &$similarity = null, float $threshold = 0.0, int $metr… argument
|
H A D | Imagick_arginfo.h | 1348 ZEND_ARG_TYPE_INFO(0, threshold, IS_DOUBLE, 0) 1350 ZEND_ARG_INFO(0, threshold) 1455 ZEND_ARG_TYPE_INFO(0, threshold, IS_DOUBLE, 0) 1457 ZEND_ARG_INFO(0, threshold) 2401 ZEND_ARG_TYPE_INFO(0, threshold, IS_DOUBLE, 0) 2403 ZEND_ARG_INFO(0, threshold) 2733 ZEND_ARG_TYPE_INFO(0, threshold, IS_LONG, 0) 2735 ZEND_ARG_INFO(0, threshold) 4246 ZEND_ARG_INFO(0, threshold) 4532 ZEND_ARG_INFO(0, threshold) [all …]
|
H A D | imagick_class.c | 2473 double threshold; in PHP_METHOD() local 2483 status = MagickDeskewImage(intern->magick_wand, threshold); in PHP_METHOD() 2501 double threshold; in PHP_METHOD() local 5291 double threshold; in PHP_METHOD() local 5300 c_opacity = (threshold * QuantumRange) / 100; in PHP_METHOD() 6026 double radius, sigma, amount, threshold; local 10486 double threshold; local 10499 status = MagickThresholdImageChannel(intern->magick_wand, channel, threshold); 10807 im_long threshold; local 10817 status = MagickSolarizeImage(intern->magick_wand, threshold); [all …]
|
H A D | ChangeLog | 14 * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {}
|