PHP qrcode generation of color QR code method, Phpqrcode generation _php Tutorial

Source: Internet
Author: User
Tags php regular expression

PHP QRCode generates a color QR code method, Phpqrcode generates


This paper describes the method of generating color QR code in PHP qrcode. Share to everyone for your reference, as follows:

This rewrites the next phpqrcode, streamlining some of the code, merging the output of PNG GIF jpeg.

Parameter description:

Call Mode:
Copy the Code code as follows: 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 string
$outfile = False

Output file

$level = L fault tolerance l 7% M 15% Q 25% H 30%
$size = 3 per pixel point size
$col =array (Array (255,255,255), Array (0,0,0))

Color Multidimensional Array RBG

[0] Background color array (r,g,b)
[1] around the upper left corner Array (r,g,b)
[2] around the upper right corner array (r,g,b)
[3] around the lower left corner Array (r,g,b)
[4] upper left corner Center Array (r,g,b)
[5] upper right corner Central Array (r,g,b)
[6] left bottom Corner Center Array (r,g,b)
[7] Content Array (r,g,b)
[8] Whether the content color changes//is not written code, reserved

$margin = 2//four peripheral distance
$saveandprint =false

Whether to output simultaneously when $outfile is true

$logo =false logo image address//logo tall and wide auto-clipping round angle transparent not written good $bg=false//Background image array

[0] Image address
[1] Background width 0 is unchanged
[2] High background 0 to maintain aspect ratio
[3] The ratio of the logo width to the background width of the smaller value example 0.8 is 80%
[4] logo from the background left margin 0 is centered to the right beyond the left
[5] logo from the background top margin 0 for the center of the bottom beyond the automatic upward

$type = ' png ' output type PNG GIF JPG

Phpqrcode file users can click here to enter the site download page: http://www.bkjia.com/codes/189897.html

In addition, the site also provides a very powerful two-dimensional code generation tool for everyone to use free:

Http://tools.jb51.net/transcoding/jb51qrcode

More about PHP related content readers can view this site topic: "PHP graphics and picture Operation skills Summary", "PHP array" operation Skills Daquan, "PHP Sorting algorithm Summary", "PHP common traversal algorithm and skills summary", "PHP Data structure and algorithm tutorial", " PHP Programming algorithm Summary, "PHP Math Skills Summary", "PHP Regular Expression Usage summary", "PHP operation and operator Usage Summary", "PHP string Usage Summary" and "PHP common database Operation Skills Summary"

I hope this article is helpful to you in PHP programming.

http://www.bkjia.com/PHPjc/1127844.html www.bkjia.com true http://www.bkjia.com/PHPjc/1127844.html techarticle php qrcode generation of color QR code method, Phpqrcode generated this article describes the PHP qrcode generation of color QR code method. Share to everyone for reference, as follows: Rewrite here ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.