PHP QRCODE生成彩色二维码的方法,phpqrcode生成
本文实例讲述了PHP QRCODE生成彩色二维码的方法。分享给大家供大家参考,具体如下:
这里重写了下PHPQRCODE,精简了部分代码,合并PNG GIF JPEG的输出.
参数说明:
调用方式:
复制代码 代码如下:QRcode::IMGout($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $col=array(array(255,255,255),array(0,0,0)),$margin =2, $saveandprint=false,$logo=false,$bg=false,$type='png');
$text 字符串
$outfile = false
输出文件
$level = L 容错 L 7% M 15% Q 25% H 30%
$size = 3 每个像素点大小
$col=array(array(255,255,255),array(0,0,0))
颜色多维数组RBG
[0] 背景色 array(r,g,b)
[1] 左上角周围 array(r,g,b)
[2] 右上角周围 array(r,g,b)
[3] 左下角周围 array(r,g,b)
[4] 左上角中心 array(r,g,b)
[5] 右上角中心 array(r,g,b)
[6] 左下角中心 array(r,g,b)
[7] 内容 array(r,g,b)
[8] 内容色是否变化//暂未写代码,保留
$margin = 2 //四周边距
$saveandprint=false
$outfile为true时是否同时输出
$logo=false LOGO图像地址 //LOGO高大于宽自动裁剪 圆角透明没写好 $bg=false //背景图像数组
[0] 图像地址
[1] 背景宽 0为不变
[2] 背景高 0为保持宽高比
[3] LOGO宽与背景宽高较小值的比值 例0.8为80%
[4] LOGO距背景左边边距 0为居中 右边超出自动往左
[5] LOGO距背景上边边距 0为居中 下边超出自动往上
$type='png' 输出类型 PNG GIF JPG
phpqrcode文件用户可点击此处进入本站下载页:http://www.bkjia.com/codes/189897.html
此外,本站还提供了一款功能十分强大的二维码生成工具供大家免费使用:
http://tools.jb51.net/transcoding/jb51qrcode
更多关于PHP相关内容感兴趣的读者可查看本站专题:《PHP图形与图片操作技巧汇总》、《PHP数组(Array)操作技巧大全》、《php排序算法总结》、《PHP常用遍历算法与技巧总结》、《PHP数据结构与算法教程》、《php程序设计算法总结》、《PHP数学运算技巧总结》、《php正则表达式用法总结》、《PHP运算与运算符用法总结》、《php字符串(string)用法总结》及《php常见数据库操作技巧汇总》
希望本文所述对大家PHP程序设计有所帮助。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 English version
Recommended: Win version, supports code prompts!

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool