摘要: #载入类文件include 'phpqrcode.php'; $value = '二维码内容'; $errorCorrectionLevel = 'L';//容错级别 L、M、Q、H$matrixPointSize = 6; //生成图片大小 (1-10) #生成二维码图片 ... 阅读全文
posted @ 2015-07-31 16:07 boystar 阅读(828) 评论(0) 推荐(0) 编辑
摘要: //加载类库文件require_once 'path/to/ThumbLib.inc.php';//实例化类库,传入你要处理的图片的地址可以是网络地址,也可以是本地地址$thumb = PhpThumbFactory::create('http://www.shlongyingjixie.com/'... 阅读全文
posted @ 2015-07-31 15:50 boystar 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 1.饼图#载入类文件include "../libchart/classes/libchart.php";header("Content-type: image/png");$chart = new PieChart(500, 300);$dataSet = new XYDataSet();#添加数... 阅读全文
posted @ 2015-07-31 15:44 boystar 阅读(497) 评论(0) 推荐(0) 编辑