Date
May. 19th, 2024
 
2024年 4月 12日

Post: PHP Primer 027 : 图像处理(五)

PHP Primer 027 : 图像处理(五)

Published 12:02 Feb 02, 2012.

Created by @ezra. Categorized in #Programming, and tagged as #PHP.

Source format: Markdown

Table of Content

除了前面介绍的内容,简单的验证码图片也是很常见的。

通常为了提高安全性,验证码图片中除了数字与字母外还有一些干扰信息,例如横线、噪点等。线条绘制在前面已经说过,这一篇我们来介绍一种简单的噪点生成方法。

for ($i = 0;$i < 50;$i++) {
    imagesetpixel($img, rand(0, 100) , rand(0, 100) , $red); 
    imagesetpixel($img, rand(0, 100) , rand(0, 100) , $blue);
} 
Pinned Message
HOTODOGO
I'm looking for a SOFTWARE PROJECT DIRECTOR / SOFTWARE R&D DIRECTOR position in a fresh and dynamic company. I would like to gain the right experience and extend my skills while working in great teams and big projects.
Feel free to contact me.
For more information, please view online résumé or download PDF
本人正在寻求任职 软件项目经理 / 软件技术经理 岗位的机会, 希望加⼊某个新鲜⽽充满活⼒的公司。
如有意向请随时 与我联系
更多信息请 查阅在线简历下载 PDF