Home
last modified time | relevance | path

Searched refs:imagegammacorrect (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dimagegammacorrect_error1.phpt2 Testing error with non-resource paramenter of imagegammacorrect() of GD library,
13 $gamma = imagegammacorrect('string', 1, 5);
17 Warning: imagegammacorrect() expects parameter 1 to be resource, %s given in %s on line %d
H A Dimagegammacorrect_error2.phpt2 Testing error with non-Image resource paramenter of imagegammacorrect() of GD library,
13 $gamma = imagegammacorrect($image, 1, 5);
17 Warning: imagegammacorrect(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagegammacorrect_error3.phpt2 Testing error with non-double first paramenter of imagegammacorrect() of GD library,
13 $gamma = imagegammacorrect($image, 'string', 5);
17 Warning: imagegammacorrect() expects parameter 2 to be double, %s given in %s on line %d
H A Dimagegammacorrect_error4.phpt2 Testing error with non-double second paramenter of imagegammacorrect() of GD library,
13 $gamma = imagegammacorrect($image, 1, 'string');
17 Warning: imagegammacorrect() expects parameter 3 to be double, %s given in %s on line %d
H A Dimagegammacorrect_basic.phpt2 Testing imagegammacorrect() of GD library
20 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagegammacorrect_variation1.phpt2 Testing imagegammacorrect() of GD library with non TrueColor image
20 $gamma = imagegammacorrect($image, 1, 5);
/PHP-5.3/ext/gd/
H A Dphp_gd.h149 PHP_FUNCTION(imagegammacorrect);
H A Dgd.c986 PHP_FE(imagegammacorrect, arginfo_imagegammacorrect)
3128 PHP_FUNCTION(imagegammacorrect) in PHP_FUNCTION() argument

Completed in 23 milliseconds