Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimagecreatefromtga_variation.phpt2 imagecreatefromtga() - RLE file reading
11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_variation.tga');
14 test_image_equals_file(__DIR__ . '/imagecreatefromtga.png', $im);
H A Dimagecreatefromtga_basic.phpt2 imagecreatefromtga() - basic functionality
11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_basic.tga');
14 test_image_equals_file(__DIR__ . '/imagecreatefromtga.png', $im);
H A Dimagetypes_tga.phpt9 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h618 ZEND_FUNCTION(imagecreatefromtga);
753 ZEND_FE(imagecreatefromtga, arginfo_imagecreatefromtga)
H A Dgd.stub.php101 function imagecreatefromtga(string $filename): GdImage|false {} function
H A Dgd.c1785 PHP_FUNCTION(imagecreatefromtga) in PHP_FUNCTION() argument

Completed in 25 milliseconds