$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);
您可能感兴趣的文章: