Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dbug36697.phpt23 $colors = imagecolorsforindex($im, $c);
24 echo $colors['red'] . ' ' . $colors['green'] . ' ' . $colors['blue'];
H A Dimagecolorstotal_basic.phpt16 * Description: Find out the number of colors in an image's palette
26 echo 'Total colors in image: ' . imagecolorstotal($im);
35 Total colors in image: 128
H A Dcopyresized.phpt14 $colors = imagecolorsforindex($im, $c);
15 return ($colors['red'] << 16) + ($colors['green'] << 8) + ($colors['blue']);
H A Dimagetruecolortopalette_error4.phpt19 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
21 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
H A Dcopypalette.phpt25 echo "copy palette 255 colors: ";
43 copy palette 255 colors: ok
H A Dbug19366.phpt14 echo "Alive: Define colors\n";
47 Alive: Define colors
H A Dbug45799.phpt15 Warning: imagepng(): gd-png error: no colors in palette in %s on line %d
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
H A Dimagecolourstotal_basic.phpt17 * Description: Find out the number of colors in an image's palette
H A Dimagetruecolortopalette_error3.phpt28 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
H A Dimagecolorstotal_error.phpt15 * Description: Find out the number of colors in an image's palette
/PHP-5.5/ext/gd/libgd/
H A Dgdxpm.c27 int *colors; in gdImageCreateFromXpm() local
45 colors = (int *) safe_emalloc(number, sizeof(int), 0); in gdImageCreateFromXpm()
122 colors[i] = gdImageColorResolve(im, red, green, blue); in gdImageCreateFromXpm()
129 gdImageSetPixel(im, j, i, colors[k]); in gdImageCreateFromXpm()
133 gdFree(colors); in gdImageCreateFromXpm()
H A Dgd_gif_out.c89 static int colorstobpp(int colors);
144 colorstobpp(int colors) in colorstobpp() argument
148 if ( colors <= 2 ) in colorstobpp()
150 else if ( colors <= 4 ) in colorstobpp()
152 else if ( colors <= 8 ) in colorstobpp()
154 else if ( colors <= 16 ) in colorstobpp()
156 else if ( colors <= 32 ) in colorstobpp()
158 else if ( colors <= 64 ) in colorstobpp()
160 else if ( colors <= 128 ) in colorstobpp()
162 else if ( colors <= 256 ) in colorstobpp()
H A Dgd_png.c469 int colors = im->colorsTotal; in gdImagePngCtxEx() local
545 colors = 0; in gdImagePngCtxEx()
548 mapping[i] = colors; in gdImagePngCtxEx()
549 ++colors; in gdImagePngCtxEx()
552 if (colors == 0) { in gdImagePngCtxEx()
556 if (colors < im->colorsTotal) { in gdImagePngCtxEx()
559 if (colors <= 2) { in gdImagePngCtxEx()
561 } else if (colors <= 4) { in gdImagePngCtxEx()
563 } else if (colors <= 16) { in gdImagePngCtxEx()
624 k = colors - 1; in gdImagePngCtxEx()
[all …]
H A Dgd_webp.c170 int colors = im->colorsTotal; in gdImageWebpCtx() local
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic9971 #>10 byte&0x07 =0x00 2 colors
9972 #>10 byte&0x07 =0x01 4 colors
9973 #>10 byte&0x07 =0x02 8 colors
9974 #>10 byte&0x07 =0x03 16 colors
9975 #>10 byte&0x07 =0x04 32 colors
9976 #>10 byte&0x07 =0x05 64 colors
9977 #>10 byte&0x07 =0x06 128 colors
9978 #>10 byte&0x07 =0x07 256 colors
10373 >>8 leshort x %d colors
13420 >>8 byte 0 \b, 256-colors
[all …]
/PHP-5.5/
H A DNEWS7521 . colors allocated henceforth from the resulting image overwrite the palette
7522 colors (Rob Leslie)

Completed in 76 milliseconds