search
HomeBackend DevelopmentPHP TutorialUse gd image verification code to generate and save in php

<code><span><span><?php </span><span>//画画布</span><span>$img</span> = imagecreatetruecolor(<span>100</span>, <span>40</span>);
<span>//三种颜色</span><span>$black</span> = imagecolorallocate(<span>$img</span>, <span>0x00</span>, <span>0x00</span>, <span>0x00</span>);
<span>$green</span> = imagecolorallocate(<span>$img</span>, <span>0x00</span>, <span>0xFF</span>, <span>0x00</span>);
<span>$white</span> = imagecolorallocate(<span>$img</span>, <span>0xFF</span>, <span>0xFF</span>, <span>0xFF</span>);
<span>//填充白色</span>
imagefill(<span>$img</span>,<span>0</span>,<span>0</span>,<span>$white</span>);
<span>//生成随机的验证码</span><span>$code</span> = <span>''</span>;
<span>for</span>(<span>$i</span> = <span>0</span>; <span>$i</span> 4</span>; <span>$i</span>++) {
    <span>$code</span> .= rand(<span>0</span>, <span>9</span>);
}
imagestring(<span>$img</span>, <span>5</span>, <span>10</span>, <span>10</span>, <span>$code</span>, <span>$black</span>);
<span>//加入噪点干扰</span><span>for</span>(<span>$i</span>=<span>0</span>;<span>$i</span>50</span>;<span>$i</span>++) {
    imagesetpixel(<span>$img</span>, rand(<span>0</span>, <span>100</span>) , rand(<span>0</span>, <span>100</span>) , <span>$black</span>);
    imagesetpixel(<span>$img</span>, rand(<span>0</span>, <span>100</span>) , rand(<span>0</span>, <span>100</span>) , <span>$green</span>);
}
<span>//png输出验证码jpeg输出到当前文件夹</span>
header(<span>"content-type: image/png"</span>);
imagepng(<span>$img</span>);
imagejpeg(<span>$img</span>, <span>"./ok.jpeg"</span>, <span>75</span>);
imagedestroy(<span>$img</span>);

```<span><?php </span><span>//画画布</span><span>$img</span> = imagecreatetruecolor(<span>100</span>, <span>40</span>);
<span>//三种颜色</span><span>$black</span> = imagecolorallocate(<span>$img</span>, <span>0x00</span>, <span>0x00</span>, <span>0x00</span>);
<span>$green</span> = imagecolorallocate(<span>$img</span>, <span>0x00</span>, <span>0xFF</span>, <span>0x00</span>);
<span>$white</span> = imagecolorallocate(<span>$img</span>, <span>0xFF</span>, <span>0xFF</span>, <span>0xFF</span>);
<span>//填充白色</span>
imagefill(<span>$img</span>,<span>0</span>,<span>0</span>,<span>$white</span>);
<span>//生成随机的验证码</span><span>$code</span> = <span>''</span>;
<span>for</span>(<span>$i</span> = <span>0</span>; <span>$i</span> 4</span>; <span>$i</span>++) {
    <span>$code</span> .= rand(<span>0</span>, <span>9</span>);
}
imagestring(<span>$img</span>, <span>5</span>, <span>10</span>, <span>10</span>, <span>$code</span>, <span>$black</span>);
<span>//加入噪点干扰</span><span>for</span>(<span>$i</span>=<span>0</span>;<span>$i</span>50;<span>$i</span>++) {
    imagesetpixel(<span>$img</span>, rand(<span>0</span>, <span>100</span>) , rand(<span>0</span>, <span>100</span>) , <span>$black</span>);
    imagesetpixel(<span>$img</span>, rand(<span>0</span>, <span>100</span>) , rand(<span>0</span>, <span>100</span>) , <span>$green</span>);
}
<span>//png输出验证码jpeg输出到当前文件夹</span>
header(<span>"content-type: image/png"</span>);
imagepng(<span>$img</span>);
imagejpeg(<span>$img</span>, <span>"./ok.jpeg"</span>, <span>75</span>);
imagedestroy(<span>$img</span>);</code>
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the use of gd image verification code generation and saving in PHP, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement
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
img文件怎么打开img文件怎么打开Sep 18, 2023 am 09:40 AM

打开img文件的方法有使用虚拟光驱软件打开、使用压缩软件打开和使用专用工具打开。详细介绍:1、使用虚拟光驱软件打开,下载并安装一个虚拟光驱软件,右键单击img文件,选择“打开方式”或“关联程序”,在弹出的对话框中选择安装的虚拟光驱软件,虚拟光驱软件会自动加载img文件,并将其作为虚拟光驱中的光盘映像,双击虚拟光驱中的光盘图标,即可打开img文件并访问其中的内容等等。

如何解决 golang 中的 “undefined: rand.Seed” 错误?如何解决 golang 中的 “undefined: rand.Seed” 错误?Jun 25, 2023 am 08:34 AM

在使用Golang进行开发或学习过程中,我们可能会遇到undefined:rand.Seed的错误提示。这个错误通常会在需要使用随机数生成器时出现,因为在Golang中需要先设置一个随机数种子,才能使用rand包中的函数。本篇文章将介绍如何解决这种错误。1.引入math/rand包首先,我们需要在代码中引入math/rand包。在

img文件如何打开img文件如何打开Jul 06, 2023 pm 04:17 PM

img文件打开的方式:1、确认img文件路径;2、使用img文件打开器;3、选择打开方式;4、查看图片;5、保存图片。img文件是一种常用的图像文件格式,通常用于存储图片数据。

img是什么格式img是什么格式Mar 17, 2023 am 10:33 AM

img是一种文件压缩格式,主要是为了创建软盘的镜像文件,它可以用来压缩整个软盘或整片光盘的内容;使用“.IMG”这个扩展名的文件就是利用这种文件格式来创建的;img文件包括3个基本节点,分别是“Ehfa_HeaderTag”、“Ehfa_File”和“Ehfa_Entry”。

如何在 Golang 并行处理中同步随机数生成?如何在 Golang 并行处理中同步随机数生成?Jun 03, 2024 pm 02:53 PM

在Go并发编程中同步随机数生成:使用互斥锁(sync.Mutex)控制对rand.Rand随机数生成器的访问。每个goroutine在生成随机数前获取互斥锁,并在生成后释放互斥锁。这确保了同一时间只有一个goroutine可以访问随机数生成器,消除了数据争用。

php rand函数生成相同随机数怎么解决php rand函数生成相同随机数怎么解决Mar 23, 2023 am 09:17 AM

rand()函数在每次调用时使用相同的初始种子(seeds)。预设的初始种子是从操作系统的时间获得的,但是它只有微秒级的精度。也就是说,在极短的时间内,许多rand()函数调用都将使用相同的初始种子,从而导致相同的随机数生成。那么,如何解决这个问题呢?

u盘pe读不出imgu盘pe读不出imgMar 19, 2024 pm 12:07 PM

U盘是经常用到的储存设备之一,那在使用过程中也会出现一些小问题,比如:U盘读不出,那该怎么解决呢?收好!u盘读不出来?4步教你轻松解决在U盘已经插到电脑的基础上点击开始菜单,选中控制面板收好!u盘读不出来?4步教你轻松解决在控制面板里找到并双击设备管理器。收好!u盘读不出来?4步教你轻松解决在设备管理器的主界面找到通用串行总线控制器收好!u盘读不出来?4步教你轻松解决找到usb大容量存储设备,选中它点击右键找到卸载收好!u盘读不出来?4步教你轻松解决欢迎留言讨论哟!

jquery怎么改变img的src属性jquery怎么改变img的src属性Mar 03, 2022 pm 03:41 PM

jquery改变img src属性的方法:1、使用attr()属性,语法“$("img").attr("src","图片文件的地址")”;2、使用prop()方法,语法“$("img").prop("src","图片文件的地址")”。

See all articles

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 agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists

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.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software