Home
last modified time | relevance | path

Searched refs:palette (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dcopypalette.phpt25 echo "copy palette 255 colors: ";
38 echo 'copy palette 1 color and alpha: ';
43 copy palette 255 colors: ok
44 copy palette 1 color and alpha: ok
H A Dimagegammacorrect_variation2.phpt34 $kind = $constructor === 'imagecreate' ? 'palette' : 'truecolor';
66 palette gamma (1, 2): The images are equal.
68 palette gamma (1, 1): The images are equal.
70 palette gamma (2, 1): The images are equal.
H A Dcolorat.phpt28 echo 'test colorat palette: ';
42 test colorat palette: ok
H A Dbug67447.phpt20 // palette
22 imagecolorallocate($image, 0, 0, 255); // first palette color = background
H A Dbug69024.phpt2 Bug #69024 (imagescale segfault with palette based image)
H A Dcreatefromstring.phpt40 echo'createfromstring palette png: ';
60 createfromstring palette png: ok
H A Dbug45799.phpt14 Warning: imagepng(): gd-png error: no colors in palette in %s on line %d
H A Dimagepalettetotruecolor_basic.phpt2 does the imagepalettetotruecollor function realy converts the image palette?
H A Dbug36697-mb.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
H A Dbug36697.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
H A Dbug72913.phpt2 Bug #72913 (imagecopy() loses single-color transparency on palette images)
H A Dbug38179.phpt2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
H A Dbug67325.phpt2 Bug #67325 (imagetruecolortopalette: white is duplicated in palette)
H A Dimagegd_truecolor.phpt2 imagegd() writes truecolor images without palette conversion
H A Dlibgd00186.phpt2 libgd #186 (Tiling true colour with palette image does not work)
H A Dtest_image_equals_file_palette.phpt2 test_image_equals_file(): comparing palette images
H A Dimagecolorstotal_basic.phpt16 * Description: Find out the number of colors in an image's palette
H A Dbug73281.phpt40 palette source
H A Dimagecolourstotal_basic.phpt17 * Description: Find out the number of colors in an image's palette
H A Dimagecolorstotal_error.phpt15 * Description: Find out the number of colors in an image's palette
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c132 png_colorp palette; in gdImageCreateFromPngCtx() local
286 palette[i].red = palette[i].green = palette[i].blue = j; in gdImageCreateFromPngCtx()
291 palette[i].red = palette[i].green = palette[i].blue = i; in gdImageCreateFromPngCtx()
360 im->red[i] = palette[i].red; in gdImageCreateFromPngCtx()
361 im->green[i] = palette[i].green; in gdImageCreateFromPngCtx()
362 im->blue[i] = palette[i].blue; in gdImageCreateFromPngCtx()
432 gdFree(palette); in gdImageCreateFromPngCtx()
494 png_color palette[gdMaxColors]; in gdImagePngCtxEx() local
681 palette[i].red = im->red[i]; in gdImagePngCtxEx()
682 palette[i].green = im->green[i]; in gdImagePngCtxEx()
[all …]
H A Dtestac.c13 int palette,
75 int palette, in testDrawing() argument
119 if (palette) in testDrawing()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13755 # GIMP palette (.gpl)
13757 0 string/t GIMP\ Palette GIMP palette data
16092 >>>>1 ubyte 2 ver. 2.8 image data, with palette
16093 >>>>1 ubyte 3 ver. 2.8 image data, without palette
21388 # number of colors in palette
23425 # - b1=256 fixed colors using the MSX SCR8 palette
24804 >8 string PAL\ \b, palette
24806 # color palette by Microsoft Corporation
24994 >8 string PAL \b, palette
29367 0 string JASC-PAL\r\n PaintShop Pro color palette
[all …]
H A Dmagic13755 # GIMP palette (.gpl)
13757 0 string/t GIMP\ Palette GIMP palette data
16092 >>>>1 ubyte 2 ver. 2.8 image data, with palette
16093 >>>>1 ubyte 3 ver. 2.8 image data, without palette
21388 # number of colors in palette
23425 # - b1=256 fixed colors using the MSX SCR8 palette
24804 >8 string PAL\ \b, palette
24806 # color palette by Microsoft Corporation
24994 >8 string PAL \b, palette
29367 0 string JASC-PAL\r\n PaintShop Pro color palette
[all …]

Completed in 132 milliseconds