快速业务通道

php5-GD安装后的运行测试

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-31

GD是linux中功能非常强大的图像生产模块,一般配合php语言使用.在debian或ubuntu下面安装方法:apt-get install php5-gd 即可

如果安装成功,可以通过建立testphp.php测试页来检查是否正常:

vim testphp.php

phpinfo();

?>

保存退出,后通过浏览器运行它看到如下信息:

PHP Version 5.3.2-1ubuntu4.5


System Linux netren 2.6.32-24-generic-pae #43-Ubuntu SMP Thu Sep 16 15:30:27 UTC 2010 i686
Build Date Sep 17 2010 13:32:04
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path

/etc/php5/apache2

拥有帝国一切,皆有可能。欢迎访问phome.net

........省略

gd

GD Support enabled
GD Version 2.0
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.42
WBMP Support

enabled

拥有帝国一切,皆有可能。欢迎访问phome.net

即为安装正常.

同样可以建立一个小的测试文件来显示它生成图片的效果,如testpic.php

vim testpic.php

<?php

$string = ''1 2 3 4 5 6 7 8 9 ABCDEF G'' ;
$font_size = 5 ;
$width = imagefontwidth ( $font_size )* strlen ( $string );
$height = imagefontheight ( $font_size )* 2 ;
$img = imagecreate ( $width , $height );
$bg = imagecolorallocate ( $img , 225 , 225 , 225 );
$black = imagecolorallocate ( $img , 0 , 0 , 0 );
$len = strlen ( $string );

for( $

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号