Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dbug72730.phpt2 Bug #72730: imagegammacorrect allows arbitrary write access
10 imagegammacorrect($img, -1, 1337);
14 Warning: imagegammacorrect(): Gamma values should be positive in %sbug72730.php 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 Dbug61221.phpt2 Bug #61221 - imagegammacorrect function loses alpha channel
17 imagegammacorrect($img, 1, 1);
H A Dimagegammacorrect_basic.phpt2 Testing imagegammacorrect() of GD library
23 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagegammacorrect_variation1.phpt2 Testing imagegammacorrect() of GD library with non TrueColor image
23 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagegammacorrect_variation2.phpt2 Apply imagegammacorrect() to a step wedge
30 imagegammacorrect($im, $in, $out);
/PHP-7.4/ext/gd/
H A Dphp_gd.h168 PHP_FUNCTION(imagegammacorrect);
H A Dgd.c978 PHP_FE(imagegammacorrect, arginfo_imagegammacorrect)
3176 PHP_FUNCTION(imagegammacorrect) in PHP_FUNCTION() argument

Completed in 21 milliseconds