Searched refs:imagecopy (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug66005.phpt | 2 Bug #66005 (imagecopy does not support 1bit transparency on truecolor images) 22 imagecopy($dest, $png_palette, 0, 0, 0, 0, 50, 50); 23 imagecopy($dest, $png_24, 50, 0, 0, 0, 50, 50); 24 imagecopy($dest, $png_full, 100, 0, 0, 0, 50, 50);
|
H A D | bug38179.phpt | 2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel) 17 imagecopy($dst_tc, $src, 0,0, 0,0, imagesx($src), imagesy($src));
|
H A D | copy.phpt | 2 imagecopy 16 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc)); 36 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc)); 65 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc)); 94 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
|
H A D | bug72913.phpt | 2 Bug #72913 (imagecopy() loses single-color transparency on palette images) 18 imagecopy($dst, $src, 0,0, 0,0, 50,50);
|
H A D | func.inc | 129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 690 ZEND_FUNCTION(imagecopy); 831 ZEND_FE(imagecopy, arginfo_imagecopy)
|
H A D | gd.stub.php | 708 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … function
|
H A D | gd.c | 2839 PHP_FUNCTION(imagecopy) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds