快速业务通道

GD库

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-26
GD库
1. GD库在linux上的安装:
yum install php-gd gd*
2. 测试
?>
gd库提供了一系列用来处理图片的API,使用GD库可以处理图片,或者生成图片.
在网站上GD库通常用来生成缩略图或者用来对图片加水印或者对网站数据生成报表.
3. 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,...);
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

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号