Home
last modified time | relevance | path

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

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

Completed in 43 milliseconds