Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dcopypalette.phpt23 echo "copy palette 255 colors: ";
36 echo 'copy palette 1 color and alpha: ';
41 copy palette 255 colors: ok
42 copy palette 1 color and alpha: ok
H A Dimagegammacorrect_variation2.phpt38 $kind = $constructor === 'imagecreate' ? 'palette' : 'truecolor';
69 palette gamma (1, 2): The images are equal.
71 palette gamma (1, 1): The images are equal.
73 palette gamma (2, 1): The images are equal.
H A Dbug67447.phpt16 // palette
18 imagecolorallocate($image, 0, 0, 255); // first palette color = background
H A Dcolorat.phpt26 echo 'test colorat palette: ';
40 test colorat palette: ok
H A Dbug69024.phpt2 Bug #69024 (imagescale segfault with palette based image)
H A Dcreatefromstring.phpt41 echo'createfromstring palette png: ';
65 createfromstring palette png: ok
H A Dbug45799.phpt18 Warning: imagepng(): gd-png error: no colors in palette%win %s on line %d
H A Dimagepalettetotruecolor_basic.phpt2 does the imagepalettetotruecollor function really converts the image palette?
H A Dbug38179.phpt2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
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 Dbug67325.phpt2 Bug #67325 (imagetruecolortopalette: white is duplicated in palette)
H A Dbug72913.phpt2 Bug #72913 (imagecopy() loses single-color transparency on palette images)
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 Dimagegd_truecolor.phpt2 imagegd() writes truecolor images without palette conversion
H A Dbug73281.phpt40 palette source
/php-src/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()
365 im->red[i] = palette[i].red; in gdImageCreateFromPngCtx()
366 im->green[i] = palette[i].green; in gdImageCreateFromPngCtx()
367 im->blue[i] = palette[i].blue; in gdImageCreateFromPngCtx()
437 gdFree(palette); in gdImageCreateFromPngCtx()
499 png_color palette[gdMaxColors]; in gdImagePngCtxEx() local
686 palette[i].red = im->red[i]; in gdImagePngCtxEx()
687 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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20005 # 3rd palette entry
20009 # 5th palette entry
20012 # 6th palette entry
20016 # 8th palette entry
20018 # 9 palette entry
20020 # 10 palette entry
20022 # 11 palette entry
20024 # 12 palette entry
20026 # 13 palette entry
20028 # 14th palette entry
[all …]
H A Dmagic20005 # 3rd palette entry
20009 # 5th palette entry
20012 # 6th palette entry
20016 # 8th palette entry
20018 # 9 palette entry
20020 # 10 palette entry
20022 # 11 palette entry
20024 # 12 palette entry
20026 # 13 palette entry
20028 # 14th palette entry
[all …]

Completed in 165 milliseconds