Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
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 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 Dimagetypes_tga.phpt9 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
/PHP-7.4/ext/gd/
H A Dphp_gd.h162 PHP_FUNCTION(imagecreatefromtga);
H A Dgd.c958 PHP_FE(imagecreatefromtga, arginfo_imagecreatefromtga)
2661 PHP_FUNCTION(imagecreatefromtga) in PHP_FUNCTION() argument
/PHP-7.4/
H A DUPGRADING511 . Added imagecreatefromtga() function, which allows reading images in TGA

Completed in 32 milliseconds