--- ../gd-2.0.34-orig/gd.h Tue Feb 6 16:33:29 2007 +++ gd.h Mon Aug 13 04:29:01 2007 @@ -662,6 +662,8 @@ BGD_DECLARE(void) gdImageFillToBorder (g BGD_DECLARE(void) gdImageFill (gdImagePtr im, int x, int y, int color); BGD_DECLARE(void) gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h); +BGD_DECLARE(void) gdImageBlend(gdImagePtr dst, gdImagePtr src, int dstX, + int dstY, int srcX, int srcY, int w, int h, int pct); BGD_DECLARE(void) gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct); BGD_DECLARE(void) gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX,