Searched refs:imagegammacorrect (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug72730.phpt | 2 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 D | bug61221.phpt | 2 Bug #61221 - imagegammacorrect function loses alpha channel 15 imagegammacorrect($img, 1, 1);
|
H A D | imagegammacorrect_basic.phpt | 2 Testing imagegammacorrect() of GD library 24 $gamma = imagegammacorrect($image, 1, 5);
|
H A D | imagegammacorrect_variation1.phpt | 2 Testing imagegammacorrect() of GD library with non TrueColor image 24 $gamma = imagegammacorrect($image, 1, 5);
|
H A D | imagegammacorrect_variation2.phpt | 2 Apply imagegammacorrect() to a step wedge 28 imagegammacorrect($im, $in, $out);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 668 ZEND_FUNCTION(imagegammacorrect); 809 ZEND_FE(imagegammacorrect, arginfo_imagegammacorrect)
|
H A D | gd.stub.php | 664 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} function
|
H A D | gd.c | 2268 PHP_FUNCTION(imagegammacorrect) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds