Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dbug72730.phpt2 Bug #72730: imagegammacorrect allows arbitrary write access
13 fn() => imagegammacorrect($img, -1, 1337)
18 !! [ValueError] imagegammacorrect(): Argument #2 ($input_gamma) must be greater than 0
H A Dbug61221.phpt2 Bug #61221 - imagegammacorrect function loses alpha channel
15 imagegammacorrect($img, 1, 1);
H A Dimagegammacorrect_basic.phpt2 Testing imagegammacorrect() of GD library
24 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagegammacorrect_variation1.phpt2 Testing imagegammacorrect() of GD library with non TrueColor image
24 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagegammacorrect_variation2.phpt2 Apply imagegammacorrect() to a step wedge
28 imagegammacorrect($im, $in, $out);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h669 ZEND_FUNCTION(imagegammacorrect);
810 ZEND_FE(imagegammacorrect, arginfo_imagegammacorrect)
H A Dgd.stub.php202 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} function
H A Dgd.c2417 PHP_FUNCTION(imagegammacorrect) in PHP_FUNCTION() argument

Completed in 23 milliseconds