Searched refs:Transparent (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_gif_in.c | 95 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP); 136 int Transparent = (-1); in gdImageCreateFromGifCtx() local 205 DoExtension(fd, c, &Transparent, &ZeroDataBlock); in gdImageCreateFromGifCtx() 254 if (Transparent != (-1)) { in gdImageCreateFromGifCtx() 255 gdImageColorTransparent(im, Transparent); in gdImageCreateFromGifCtx() 304 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument 318 *Transparent = buf[3]; in DoExtension()
|
H A D | gd_gif_out.c | 92 …txPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPix… 271 GIFEncode(gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, … in GIFEncode() argument 320 gdPutBuf(Transparent < 0 ? "GIF87a" : "GIF89a", 6, fp ); in GIFEncode() 370 if ( Transparent >= 0 ) { in GIFEncode() 377 gdPutC( (unsigned char) Transparent, fp ); in GIFEncode()
|
/PHP-8.0/ |
H A D | php.ini-development | 260 ; Transparent output compression using the zlib library
|
H A D | php.ini-production | 260 ; Transparent output compression using the zlib library
|
Completed in 12 milliseconds