Searched refs:imagefilter (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagefilter.phpt | 2 imagefilter() function test 7 if (!function_exists("imagefilter")) die("skip requires bundled GD library\n"); 26 if (imagefilter($im, constant($filt))) { 37 if (imagefilter($im, IMG_FILTER_SMOOTH, -1924.124)) { 47 if (imagefilter($im, IMG_FILTER_COLORIZE, -127, -127, 127)) { 57 if (imagefilter($im, IMG_FILTER_CONTRAST, -90)) { 67 if (imagefilter($im, IMG_FILTER_BRIGHTNESS, 98)) { 77 if (imagefilter($im, IMG_FILTER_PIXELATE, 5, true)) { 87 if (imagefilter($im, IMG_FILTER_SCATTER, 3, 5)) {
|
H A D | imagefilter_error1.phpt | 2 Testing wrong parameter passing in imagefilter() of GD library 13 var_dump(imagefilter($image)); 19 Wrong parameter count for imagefilter()
|
H A D | imagefilter_error13.phpt | 2 Testing wrong parameter value of COLORIZE in imagefilter() of GD library 12 var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 800, 255, 255)); // Wrong value is truncated to 2…
|
H A D | bug75124.phpt | 15 imagefilter($im, IMG_FILTER_GRAYSCALE);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 704 ZEND_FUNCTION(imagefilter); 851 ZEND_FE(imagefilter, arginfo_imagefilter)
|
H A D | gd.stub.php | 755 function imagefilter(GdImage $image, int $filter, ...$args): bool {} function
|
H A D | gd.c | 3362 PHP_FUNCTION(imagefilter) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds