Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/fileinfo/
H A Dmagicdata.patch23 ->>>>>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 Dfinfo_file_002.phpt42 ["%s/resources/test.tga"]=>
43 string(11) "image/x-tga"
H A Dmagic私はガラスを食べられます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 Dmagic16169 >>>>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 Dimagecreatefromtga_variation.phpt11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_variation.tga');
H A Dimagecreatefromtga_basic.phpt11 $im = imagecreatefromtga(__DIR__ . '/imagecreatefromtga_basic.tga');

Completed in 138 milliseconds