Searched refs:tga (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_tga.c | 73 if (!tga) { in gdImageCreateFromTgaCtx() 118 } else if (tga->bits == TGA_BPP_32 && tga->alphabits) { in gdImageCreateFromTgaCtx() 127 if (tga->flipv && tga->fliph) { in gdImageCreateFromTgaCtx() 173 printf("flip h/v: %i / %i\n", tga->fliph, tga->flipv); in read_header_tga() 175 printf("wxh: %i %i\n", tga->width, tga->height); in read_header_tga() 178 if (!((tga->bits == TGA_BPP_24 && tga->alphabits == 0) in read_header_tga() 179 || (tga->bits == TGA_BPP_32 && tga->alphabits == 8))) in read_header_tga() 182 tga->bits, tga->alphabits); in read_header_tga() 194 gdGetBuf(tga->ident, tga->identsize, ctx); in read_header_tga() 218 if(overflow2(tga->width, tga->height)) { in read_image_tga() [all …]
|
H A D | gd_tga.h | 48 int read_header_tga(gdIOCtx *ctx, oTga *tga); 49 int read_image_tga(gdIOCtx *ctx, oTga *tga); 50 void free_tga(oTga *tga);
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | finfo_file_002.phpt | 42 ["%s/resources/test.tga"]=> 43 string(11) "image/x-tga"
|
H A D | magic | 16710 >>>>>>0 use tga-image 16712 >>>>>>0 use tga-image 16714 >>>>>>0 use tga-image 16716 >>>>>>0 use tga-image 16718 >>>>>>0 use tga-image 16720 >>>>>>0 use tga-image 16721 # display tga bitmap image information 16722 0 name tga-image 16724 !:mime image/x-tga 16728 !:ext tga/tpic/icb/vda/vst [all …]
|
H A D | magic私はガラスを食べられます | 16710 >>>>>>0 use tga-image 16712 >>>>>>0 use tga-image 16714 >>>>>>0 use tga-image 16716 >>>>>>0 use tga-image 16718 >>>>>>0 use tga-image 16720 >>>>>>0 use tga-image 16721 # display tga bitmap image information 16722 0 name tga-image 16724 !:mime image/x-tga 16728 !:ext tga/tpic/icb/vda/vst [all …]
|
/PHP-8.1/ext/gd/tests/ |
H A D | imagecreatefromtga_basic.phpt | 12 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_basic.tga');
|
H A D | imagecreatefromtga_variation.phpt | 12 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_variation.tga');
|
Completed in 146 milliseconds