Home
last modified time | relevance | path

Searched refs:tga (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_tga.c73 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 Dgd_tga.h48 int read_header_tga(gdIOCtx *ctx, oTga *tga);
49 int read_image_tga(gdIOCtx *ctx, oTga *tga);
50 void free_tga(oTga *tga);
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch89 ->>>>>0 use tga-image
91 ->>>>>0 use tga-image
93 ->>>>>0 use tga-image
95 ->>>>>0 use tga-image
101 +>>>>0 use tga-image
103 +>>>>0 use tga-image
105 +>>>>0 use tga-image
107 +>>>>0 use tga-image
109 +>>>>0 use tga-image
111 +>>>>0 use tga-image
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt42 ["%s/resources/test.tga"]=>
43 string(11) "image/x-tga"
H A Dmagic私はガラスを食べられます15328 >>>>0 use tga-image
15330 >>>>0 use tga-image
15332 >>>>0 use tga-image
15334 >>>>0 use tga-image
15336 >>>>0 use tga-image
15338 >>>>0 use tga-image
15339 # display tga bitmap image information
15340 0 name tga-image
15342 !:mime image/x-tga
15346 !:ext tga/tpic/icb/vda/vst
[all …]
H A Dmagic15328 >>>>0 use tga-image
15330 >>>>0 use tga-image
15332 >>>>0 use tga-image
15334 >>>>0 use tga-image
15336 >>>>0 use tga-image
15338 >>>>0 use tga-image
15339 # display tga bitmap image information
15340 0 name tga-image
15342 !:mime image/x-tga
15346 !:ext tga/tpic/icb/vda/vst
[all …]
/PHP-7.4/ext/gd/tests/
H A Dimagecreatefromtga_basic.phpt11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_basic.tga');
H A Dimagecreatefromtga_variation.phpt11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_variation.tga');
/PHP-7.4/
H A DNEWS1433 . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).

Completed in 150 milliseconds