PHP实现生成推广海报的方法详解(2)

$config = array( 'text'=>array( array( 'text'=>'昵称', 'left'=>182, 'top'=>105, 'fontPath'=>'qrcode/simhei.ttf', //字体文件 'fontSize'=>18, //字号 'fontColor'=>'255,0,0', //字体颜色 'angle'=>0, ) ), 'image'=>array( array( 'url'=>'qrcode/qrcode.png', //图片资源路径 'left'=>130, 'top'=>-140, 'stream'=>0, //图片资源是否是字符串图像流 'right'=>0, 'bottom'=>0, 'width'=>150, 'height'=>150, 'opacity'=>100 ), array( 'url'=>'https://wx.qlogo.cn/mmopen/vi_32/DYAIOgq83eofD96opK97RXwM179G9IJytIgqXod8jH9icFf6Cia6sJ0fxeILLMLf0dVviaF3SnibxtrFaVO3c8Ria2w/0', 'left'=>120, 'top'=>70, 'right'=>0, 'stream'=>0, 'bottom'=>0, 'width'=>55, 'height'=>55, 'opacity'=>100 ), ), 'background'=>'qrcode/bjim.jpg', ); $filename = 'qrcode/'.time().'.jpg'; //echo createPoster($config,$filename); echo createPoster($config);

PHP实现生成推广海报的方法详解

更多关于PHP相关内容感兴趣的读者可查看本站专题:《PHP图形与图片操作技巧汇总》、《php文件操作总结》、《PHP数组(Array)操作技巧大全》、《PHP基本语法入门教程》、《PHP运算与运算符用法总结》、《php面向对象程序设计入门教程》、《PHP网络编程技巧总结》、《php字符串(string)用法总结》、《php+mysql数据库操作入门教程》及《php常见数据库操作技巧汇总

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/d00685fd8d75241cce5d5be203bdbec3.html