Searched refs:imagegammacorrect (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug72730.phpt | 2 Bug #72730: imagegammacorrect allows arbitrary write access 15 fn() => imagegammacorrect($img, -1, 1337) 20 !! [ValueError] imagegammacorrect(): Argument #2 ($input_gamma) must be greater than 0
|
H A D | bug61221.phpt | 2 Bug #61221 - imagegammacorrect function loses alpha channel 17 imagegammacorrect($img, 1, 1);
|
H A D | imagegammacorrect_basic.phpt | 2 Testing imagegammacorrect() of GD library 23 $gamma = imagegammacorrect($image, 1, 5);
|
H A D | imagegammacorrect_variation1.phpt | 2 Testing imagegammacorrect() of GD library with non TrueColor image 23 $gamma = imagegammacorrect($image, 1, 5);
|
H A D | imagegammacorrect_variation2.phpt | 2 Apply imagegammacorrect() to a step wedge 30 imagegammacorrect($im, $in, $out);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 648 ZEND_FUNCTION(imagegammacorrect); 783 ZEND_FE(imagegammacorrect, arginfo_imagegammacorrect)
|
H A D | gd.stub.php | 158 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} function
|
H A D | gd.c | 2332 PHP_FUNCTION(imagegammacorrect) in PHP_FUNCTION() argument
|
Completed in 35 milliseconds