Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/tests/
H A Dimagefilter2.phpt2 imagefilter() function test
8 if (!function_exists("imagefilter")) die("skip requires imagefilter function");
21 imagefilter($im, IMG_FILTER_SCATTER, $val, 0);
26 imagefilter($im, IMG_FILTER_SCATTER, 0, $val);
33 imagefilter(): Argument #3 must be between 0 and %d
34 imagefilter(): Argument #4 must be between 0 and %d
35 imagefilter(): Argument #3 must be between 0 and %d
36 imagefilter(): Argument #4 must be between 0 and %d
H A Dimagefilter.phpt2 imagefilter() function test
7 if (!function_exists("imagefilter")) die("skip requires imagefilter function");
29 if (imagefilter($im, constant($filt))) {
40 if (imagefilter($im, IMG_FILTER_SMOOTH, -1924.124)) {
50 if (imagefilter($im, IMG_FILTER_COLORIZE, -127, -127, 127)) {
60 if (imagefilter($im, IMG_FILTER_CONTRAST, -90)) {
70 if (imagefilter($im, IMG_FILTER_BRIGHTNESS, 98)) {
80 if (imagefilter($im, IMG_FILTER_PIXELATE, 5, true)) {
90 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.phpt18 imagefilter($im, IMG_FILTER_GRAYSCALE);
/PHP-8.4/ext/gd/
H A Dgd_arginfo.h691 ZEND_FUNCTION(imagefilter);
829 ZEND_FE(imagefilter, arginfo_imagefilter)
H A Dgd.stub.php755 function imagefilter(GdImage $image, int $filter, ...$args): bool {} function
H A Dgd.c3690 PHP_FUNCTION(imagefilter) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS665 . Check overflow/underflow for imagescale/imagefilter. (David Carlier)
H A DUPGRADING79 imagefilter with IMG_FILTER_SCATTER throws an exception if the sub/plus arguments

Completed in 57 milliseconds