Searched refs:dither (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_topal.c | 27 * way to compute intercolor distances; it's unclear that ordered dither's 828 * Skip incrementing the color count so that the dither / matching phase 1674 /* If user asks for ordered dither, give him F-S. */ 1757 static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr *cimP); 1759 gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int dither, int colorsWanted) argument 1762 gdImageTrueColorToPaletteBody(im, dither, colorsWanted, &nim); 1766 void gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted) argument 1768 gdImageTrueColorToPaletteBody(im, dither, colorsWanted, 0); 1779 static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr *cimP) 1907 /* If user asks for ordered dither, giv [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 1610 zend_bool dither; local 1614 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rbl", &IM, &dither, &ncolors) == FAILURE) { 1624 gdImageTrueColorToPalette(im, dither, ncolors);
|
Completed in 13 milliseconds