Home
last modified time | relevance | path

Searched refs:imagefilter (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagefilter.phpt2 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 Dimagefilter_error1.phpt2 Testing wrong parameter passing in imagefilter() of GD library
13 var_dump(imagefilter($image));
19 Wrong parameter count for imagefilter()
H A Dimagefilter_error13.phpt2 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 Dbug75124.phpt15 imagefilter($im, IMG_FILTER_GRAYSCALE);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h705 ZEND_FUNCTION(imagefilter);
852 ZEND_FE(imagefilter, arginfo_imagefilter)
H A Dgd.stub.php293 function imagefilter(GdImage $image, int $filter, ...$args): bool {} function
H A Dgd.c3510 PHP_FUNCTION(imagefilter) in PHP_FUNCTION() argument

Completed in 28 milliseconds