/* }}} */
/* {{{ void ImageTrueColorToPalette(resource im, bool ditherFlag, int colorsWanted)
- Convert a true colour image to a palette based image with a number of colours, optionally using dithering. */
+ Convert a true colour image to a palette based image with a number of colours, optionally using dithering. */
PHP_FUNCTION(imagetruecolortopalette)
{
#if HAVE_LIBGD20
/* }}} */
/* {{{ proto void imagesetthickness(resource im, int thickness)
- Set line thickness for drawing lines, ellipses, rectangles, polygons etc. */
+ Set line thickness for drawing lines, ellipses, rectangles, polygons etc. */
PHP_FUNCTION(imagesetthickness)
{
#if HAVE_LIBGD20
/* }}} */
/* {{{ proto void imageellipse(resource im, int cx, int cy, int w, int h, int color)
- Draw an ellipse */
+ Draw an ellipse */
PHP_FUNCTION(imageellipse)
{
#if 0 && HAVE_LIBGD20 /* this function is missing from GD 2.0.1 */
/* }}} */
/* {{{ proto void imagefilledellipse(resource im, int cx, int cy, int w, int h, int color)
- Draw an ellipse */
+ Draw an ellipse */
PHP_FUNCTION(imagefilledellipse)
{
#if HAVE_LIBGD20
/* }}} */
/* {{{ proto int imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha)
- Find the closest matching colour with alpha transparency */
+ Find the closest matching colour with alpha transparency */
PHP_FUNCTION(imagecolorclosestalpha)
{
#if HAVE_LIBGD20
/* }}} */
/* {{{ proto int imagecolorexactalpha(resource im, int red, int green, int blue, int alpha)
- Find exact match for colour with transparency */
+ Find exact match for colour with transparency */
PHP_FUNCTION(imagecolorexactalpha)
{
#if HAVE_LIBGD20
/* }}} */
/* {{{ proto int imagesettile(resource image, resource tile)
- Set the tile image to $tile when filling $image with the "IMG_COLOR_TILED" color */
+ Set the tile image to $tile when filling $image with the "IMG_COLOR_TILED" color */
PHP_FUNCTION(imagesettile)
{
#if HAVE_GD_IMAGESETTILE
/* }}} */
/* {{{ proto int imagesetbrush(resource image, resource brush)
- Set the brush image to $brush when filling $image with the "IMG_COLOR_BRUSHED" color */
+ Set the brush image to $brush when filling $image with the "IMG_COLOR_BRUSHED" color */
PHP_FUNCTION(imagesetbrush)
{
#if HAVE_GD_IMAGESETBRUSH