Home
last modified time | relevance | path

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

/PHP-5.5/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 Dbug61221.phpt2 Bug #61221 - imagegammacorrect function loses alpha channel
17 imagegammacorrect($img, 1, 1);
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.5/ext/gd/
H A Dphp_gd.h158 PHP_FUNCTION(imagegammacorrect);
H A Dgd.c972 PHP_FE(imagegammacorrect, arginfo_imagegammacorrect)
3028 PHP_FUNCTION(imagegammacorrect) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS309 . Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)

Completed in 52 milliseconds