Searched refs:tga (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/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.0/ext/fileinfo/ |
H A D | magicdata.patch | 23 ->>>>>0 use tga-image 25 ->>>>>0 use tga-image 27 ->>>>>0 use tga-image 29 ->>>>>0 use tga-image 35 +>>>>0 use tga-image 37 +>>>>0 use tga-image 39 +>>>>0 use tga-image 41 +>>>>0 use tga-image 43 +>>>>0 use tga-image 45 +>>>>0 use tga-image [all …]
|
/PHP-8.0/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私はガラスを食べられます | 16169 >>>>0 use tga-image 16171 >>>>0 use tga-image 16173 >>>>0 use tga-image 16175 >>>>0 use tga-image 16177 >>>>0 use tga-image 16179 >>>>0 use tga-image 16180 # display tga bitmap image information 16181 0 name tga-image 16183 !:mime image/x-tga 16187 !:ext tga/tpic/icb/vda/vst [all …]
|
H A D | magic | 16169 >>>>0 use tga-image 16171 >>>>0 use tga-image 16173 >>>>0 use tga-image 16175 >>>>0 use tga-image 16177 >>>>0 use tga-image 16179 >>>>0 use tga-image 16180 # display tga bitmap image information 16181 0 name tga-image 16183 !:mime image/x-tga 16187 !:ext tga/tpic/icb/vda/vst [all …]
|
/PHP-8.0/ext/gd/tests/ |
H A D | imagecreatefromtga_variation.phpt | 11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_variation.tga');
|
H A D | imagecreatefromtga_basic.phpt | 11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_basic.tga');
|
Completed in 105 milliseconds