Home
last modified time | relevance | path

Searched refs:imagecreatefromtga (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagecreatefromtga_basic.phpt2 imagecreatefromtga() - basic functionality
12 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_basic.tga');
15 test_image_equals_file(__DIR__ . '/imagecreatefromtga.png', $im);
H A Dimagecreatefromtga_variation.phpt2 imagecreatefromtga() - RLE file reading
12 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_variation.tga');
15 test_image_equals_file(__DIR__ . '/imagecreatefromtga.png', $im);
H A Dimagetypes_tga.phpt7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h636 ZEND_FUNCTION(imagecreatefromtga);
777 ZEND_FE(imagecreatefromtga, arginfo_imagecreatefromtga)
H A Dgd.stub.php135 function imagecreatefromtga(string $filename): GdImage|false {} function
H A Dgd.c1861 PHP_FUNCTION(imagecreatefromtga) in PHP_FUNCTION() argument

Completed in 448 milliseconds