查看: 7389|回复: 0
打印 上一主题 下一主题

中文详解GD库函数大全

[复制链接]
跳转到指定楼层
1#
发表于 2009-2-12 15:22:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
台州网址导航
GD库我想大家应该都用过吧 呵呵... (什么?你没用过?)难道你没用GD库做过验证码吗?
下面 给大家搞一些GD库中常用函数的中文解释
GetImageSize
作用:取得图片的大小[即长与宽]  用法:array GetImageSize(string filename, array [imageinfo]);

ImageArc
作用:画弧线 用法:int ImageArc(int im, int cx, int cy, int w, int h, int s, int e, int col);

ImageChar
作用:写出横向字符 用法:int ImageChar(int im, int font, int x, int y, string c, int col);

ImageCharUp
作用:写出竖式字符  用法:int ImageCharup(int im, int font, int x, int y, string c, int col);

ImageColorAllocate
作用:匹配颜色 用法:int ImageColorAllocate(int im, int red, int green, int blue);

ImageColorTransparent
作用:指定透明背景色  用法:int ImageColorTransparent(int im, int [col]);

ImageCopyResized
作用:复制新图并调整大小 用法:int ImageCopyResized(int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);

ImageCreate
作用:建立新图  用法:int ImageCreate(int x_size, int y_size);

ImageDashedLine
作用:绘虚线 用法:int ImageDashedLine(int im, int x1, int y1, int x2, int y2, int col);
ImageDestroy 作用:结束图形 用法解释:int ImageDestroy(int im);

ImageFill
作用:图形着色  用法:int ImageFill(int im, int x, int y, int col);

ImageFilledPolygon作用:多边形区域着色  用法:int ImageFilledPolygon(int im, array points, int num_points, int col);

ImageFilledRectangle作用:矩形区域着色 用法:int ImageFilledRectangle(int im, int x1, int y1, int x2, int y2, int col);

ImageFillToBorder作用:指定颜色区域内着色  用法:int ImageFillToBorder(int im, int x, int y, int border, int col);

ImageFontHeight
作用:取得字型的高度  用法:int ImageFontHeight(int font);

ImageFontWidth作用:取得字型的宽度  用法:int ImageFontWidth(int font);

ImageInterlace作用:使用交错式显示与否  用法:int ImageInterlace(int im, int [interlace]);

ImageLine作用:绘实线  用法:int ImageLine(int im, int x1, int y1, int x2, int y2, int col);

ImageLoadFont作用:载入点阵字型  用法:int ImageLoadFont(string file);

ImagePolygon作用:绘多边形  用法:int ImagePolygon(int im, array points, int num_points, int col);

ImageRectangle作用:绘矩形  用法:int ImageRectangle(int im, int x1, int y1, int x2, int y2, int col);

ImageSetPixel作用:绘点  用法:int ImageSetPixel(int im, int x, int y, int col); ImageString 作用:绘横式字符串  用法:int ImageString(int im, int font, int x, int y, string s, int col);

ImageStringUp作用:绘直式字符串  用法:int ImageStringUp(int im, int font, int x, int y, string s, int col);

ImageSX
作用:取得图片的宽度 用法:int ImageSX(int im);

ImageSY
作用:取得图片的高度  用法:int ImageSY(int im);

ImageTTFBBox
作用:计算 TTF 文字所占区域  用法:array ImageTTFBBox(int size, int angle, string fontfile, string text);

ImageTTFText作用:写 TTF 文字到图中  用法:array ImageTTFText(int im, int size, int angle, int x, int y, int col, string fontfile, string text); ImageColorAt 作用:取得图中指定点颜色的索引值  用法:int ImageColorAt(int im, int x, int y);

ImageColorClosest
作用:计算色表中与指定颜色最接近者  用法:int ImageColorClosest(int im, int red, int green, int blue);

ImageColorExact
作用:计算色表上指定颜色索引值  用法:int ImageColorExact(int im, int red, int green, int blue);

ImageColorResolve
作用:计算色表上指定或最接近颜色的索引值  用法:int ImageColorResolve(int im, int red, int green, int blue);

ImageColorSet
作用:设定色表上指定索引的颜色  用法:boolean ImageColorSet(int im, int index, int red, int green, int blue);  ImageColorsForIndex 作用:取得色表上指定索引的颜色  用法:array ImageColorsForIndex(int im, int index);

ImageColorsTotal
作用:计算图的颜色数  用法:int ImageColorsTotal(int im); ImagePSLoadFont 作用:载入 PostScript 字型  用法:int ImagePSLoadFont(string filename);

ImagePSFreeFont
作用:卸下 PostScript 字型  用法:void ImagePSFreeFont(int fontindex);

ImagePSEncodeFont
作用:PostScript 字型转成向量字  用法:int ImagePSEncodeFont(string encodingfile);

ImagePSText作用:写 PostScript 文字到图中  用法:array ImagePSText(int image, string text, int font, int size, int foreground, int background, int x, int y, int space, int tightness, float angle, int antialias_steps);

ImagePSBBox作用:计算 PostScript 文字所占区域  用法: array ImagePSBBox(string text, int font, int size, int space, int width, float angle);

ImageCreateFromPNG作用:取出 PNG 图型  用法:int ImageCreateFromPng(string filename);

ImagePNG作用:建立 PNG 图型  用法:int ImagePng(int im, string [filename]);

ImageCreateFromGIF作用:取出 GIF 图型  用法:int ImageCreateFromGif(string filename);

ImageGIF作用:建立 GIF 图型 用法:int ImageGif(int im, string [filename]);
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 转播转播 分享分享 分享淘帖
台州维博网络(www.tzweb.com)专门运用PHP+MYSQL/ASP.NET+MSSQL技术开发网站门户平台系统等。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

网站推广
关于我们
  • 台州朗动科技(Tzweb.com)拥有多年开发网站平台系统门户手机客户端等业务的成功经验。主要从事:政企网站,系统平台,微信公众号,各类小程序,手机APP客户端,浙里办微应用,浙政钉微应用、主机域名、虚拟空间、后期维护等服务,满足不同企业公司的需求,是台州地区领先的网络技术服务商!

Hi,扫描关注我

Copyright © 2005-2026 站长论坛 All rights reserved

Powered by 站长论坛 with TZWEB Update Techonolgy Support

快速回复 返回顶部 返回列表