欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

生成 联系方式 导入手机二维码 有大用

见下面的 附件


主要代码

api2.php

<?php  

   

$filepath = '';

    $value=$_REQUEST['text'];

$bg=$_GET['bg'];

    $fg=$_GET['fg'];

$wk=$_GET['wk'];

    $nk=$_GET['nk'];

$size=$_GET['size'];

    $level=$_GET['level'];

$radio=$_GET['radio'];

    $logo=$_GET['logo'];

if($logo!=""){

$logo='php/'.$logo;

}

$ccolor="#000000";

    include "qrcode_img.php";

    /**

     * 输出二维码

     * @param type $org_data

     * @param type $filename 图片名

     * @param type $filetype 图片后缀

     * @param type $imgwh 图片大小

     * @param type $filelogo 图片logo

     * @param type $ptcolor 定点

     * @param type $inptcolor 内定点

     * @param type $fcolor 前景色

     * @param type $bcolor 背景色

     * @param type $ccolor 内容

     * @param type $style 样式:2液态 1直角 0圆角

     */

    //qrcode_image_out($value,null,$size,$logo,null,$wk,$nk,$fg,$bg,null,$radio);

$z=new Qrcode_image;

    $z->set_qrcode_error_correct($level);   # set ecc level H


    $z->qrcode_image_out2($value,$filepath,$size,$logo,'',$wk,$nk,$fg,$bg,'#000000',$radio);

//$z->mkimage($value,$wk,$nk,$fg,$bg,$ccolor,$radio);

?> 





 savejpg.php

<?php

if(isset($_GET['url'])){ 

$filename=$_GET['url'];//获取参数 

header('Content-type: image/jpeg'); 

header("Content-Disposition: attachment; filename=eweimanet".date('YmdHis').rand(100,999).".jpg"); 

readfile($filename);

//注意:header函数前确保没有任何输出 


exit;//结束程序 

}

?>


附件大小
Package icon ercode.zip1.51 MB
普通分类: