Home Backend Development PHP Tutorial 使用PHP QR Code类库创造中间带LOGO的二维码

使用PHP QR Code类库创造中间带LOGO的二维码

Jun 13, 2016 am 11:57 AM
logo width

使用PHP QR Code类库创建中间带LOGO的二维码
使用PHP QR Code类库创建二维码

使用举例浏览器输出:


include "phpqrcode/phpqrcode.php";
$value="http://s.bookphone.cn/chinabook/index.php/adminhtml/Croles/admin";
$errorCorrectionLevel = "L";
$matrixPointSize = "4";
QRcode::png($value, false, $errorCorrectionLevel, $matrixPointSize);
exit;
?>

文件输出二维码

include('phpqrcode/phpqrcode.php');
// 二维码数据
$data = 'http://s.bookphone.cn';
// 生成的文件名
$filename = '1111.png';
// 纠错级别:L、M、Q、H
$errorCorrectionLevel = 'L';
// 点的大小:1到10
$matrixPointSize = 4;
QRcode::png($data, $filename, $errorCorrectionLevel, $matrixPointSize, 2);

生成中间带logo的二维码

include('phpqrcode/phpqrcode.php');
$value='http://xy.bookphone.cn';
$errorCorrectionLevel = 'L';
$matrixPointSize = 6;
QRcode::png($value, 'xiangyang.png', $errorCorrectionLevel, $matrixPointSize, 2);
echo "QR code generated"."
";
$logo = 'logo.png';
$QR = 'xiangyang.png';

if($logo !== FALSE)
{

$QR = imagecreatefromstring(file_get_contents($QR));
$logo = imagecreatefromstring(file_get_contents($logo));
$QR_width = imagesx($QR);
$QR_height = imagesy($QR);
$logo_width = imagesx($logo);
$logo_height = imagesy($logo);
$logo_qr_width = $QR_width / 5;
$scale = $logo_width / $logo_qr_width;
$logo_qr_height = $logo_height / $scale;
$from_width = ($QR_width - $logo_qr_width) / 2;
imagecopyresampled($QR, $logo, $from_width, $from_width, 0, 0, $logo_qr_width, $logo_qr_height, $logo_width, $logo_height);
}
imagepng($QR,'xiangyanglog.png');
?>

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What does the width of html mean? What does the width of html mean? Jun 03, 2021 pm 02:15 PM

In HTML5, width means width. The width attribute defines the width of the element's content area. You can add inner margins, borders, and outer margins outside the content area. You only need to set "element {width: value}" to the element.

Foton Motor releases new logo and price information of Xiangling Q series models Foton Motor releases new logo and price information of Xiangling Q series models Sep 12, 2023 pm 09:09 PM

On August 29, Foton Motor held a gorgeous brand refresh conference, bringing a series of exciting news to the industry. The new logo, Auman Zhilan bottom battery replacement products and the new Xiangling Q car became the focus of the press conference. Foton Motor's new logo shows the company's ambitions for the future. Foton Motor said that this new logo symbolizes the renewal and vigorous development of the brand, marking the company's entry into a new stage of development. At the press conference, Foton Motor also launched the much-anticipated Auman Smart Blue bottom battery replacement product to bring users Here comes a more convenient and efficient use experience. At the same time, the newly launched Xiangling Q car series has also attracted a lot of attention. There are 4 models in total, with prices ranging from 167,800 yuan to 168,800 yuan, providing consumers with

What should I do if my iwatch only lights up with the logo but does not turn on? What should I do if my iwatch only lights up with the logo but does not turn on? Mar 25, 2023 pm 02:00 PM

Reasons and solutions for why iwatch only lights up the logo but does not turn on: 1. It is caused by insufficient power and cannot be turned on. You can put the back of the iwatch on the charger; 2. It is caused by system version problems. You can roll the system back to the stable version; 3. , caused by charger or charging cable failure, you can use another iwatch magnetic charging cable and another USB power adapter; 4. caused by hardware failure, it is recommended to go to a professional third-party testing machine for maintenance.

What are the methods for expressing width value in css? What are the methods for expressing width value in css? Nov 13, 2023 pm 05:47 PM

Methods include pixel value, percentage, em unit, rem unit, vw/vh unit, auto, fit-content, min-content, max-content. Detailed introduction: 1. Pixel value (px): The pixel value is fixed, and its width remains unchanged no matter how the screen resolution changes. For example: width: 300px; 2. Percent (%): The percentage width is relative to the width of the parent element. For example: width: 50%; 3, em unit, etc.

Black screen problem occurs after Windows 10 starts Black screen problem occurs after Windows 10 starts Dec 28, 2023 pm 01:57 PM

Computers are now an electrical appliance that is basically installed in every household. With the continuous use of computers, some strange problems have slowly emerged. Recently, many friends have reported that the recent computer problems It's a black screen after booting up. What's going on? In fact, it is very simple to solve this problem. Today, the editor will bring you the solution to the black screen after the welcome screen in win10. Friends who need it, please come and take a look. Solution to the black screen after win10 starts with logo: Operation steps: 1. First check whether the power cable is connected properly and check whether the monitor is damaged. The detection method only requires turning off the computer. Only turning on the monitor will show no information. If there is no signal, it proves that the monitor is OK2 and the graphics card driver is incompatible.

Alipay changes its logo after 4 years Alipay changes its logo after 4 years Feb 23, 2024 pm 07:07 PM

Alipay will change its logo every four years, so what will the logo look like in 2024? Users can see that it has a new look and a more advanced logo style. This introduction to Alipay’s 4-year new logo can tell you the specific content. The following is a detailed introduction, take a look! Alipay usage tutorial What is the new Alipay logo in 4 years? Logo display: Historical styles: 1. 2020 version Logo2, 2016 version Logo3, all versions of logo Software introduction: 1. This software was established in 2004 and has more than 1,000 life services . 2. This software is responsible for providing products and services to digital service providers, and many merchants have settled in it.

Google updates Android logo! Capitalization, fonts, and the green robot have all changed. Google updates Android logo! Capitalization, fonts, and the green robot have all changed. Sep 08, 2023 pm 01:13 PM

[Mobile China News] Before launching the stable version of Android 14 next month, Google has now modified the Android logo, including the logo and image (green robot). The new Android3D logo conforms to the MaterialYou theme and differs from the 2019 logo in several ways. Case: Starting with text, the first letter in Android, the letter A, is now uppercase. It used to be all lowercase. Font weight: Android’s logo font is thicker. In other words, the font weight is increased. Green Robot: The Android robot logo (also known as Bugdroid) is now 3D, with more curves, more dimensions, more characters,

Two methods to solve the black screen problem after win10 starts up Two methods to solve the black screen problem after win10 starts up Dec 21, 2023 pm 03:45 PM

The screen goes black after the computer starts up and the logo is displayed. This is a problem encountered by users using the Win10 system. You can first check whether the connection cable is normal, or you can restart the computer. This article is shared by this site to solve the problem after the Win10 computer starts up and the logo is displayed. The solution to the black screen. Method 1: 1. First, press the [Ctrl+Alt+Del] key combination, and then click Task Manager. In the Task Manager window, click [File] in the upper left corner, and in the drop-down menu that opens, select [Run New Task]. Create a new task window, enter the [Explorer.exe] command, and then press [OK or Enter] (check to create this task with system administrative rights); 2. Press the [Win+S] key combination to open Windows Search

See all articles