Home  >  Article  >  php教程  >  PHP graphics operation to generate image verification code

PHP graphics operation to generate image verification code

WBOY
WBOYOriginal
2016-10-20 10:09:131480browse

The simple verification code is actually outputting a few characters in the image, which can be achieved through the imagestring function.

But in terms of processing, in order to make the verification code more secure and prevent other programs from automatically recognizing it, it is often necessary to perform some interference processing on the verification code. Usually, some noise points are drawn, interference line segments are drawn, and the output characters are tilted and distorted, etc. operate.

You can use imagesetpixel to draw points to achieve noise interference, but drawing only one point is of little use, so loops are often used to draw randomly.

<br>例子:

8fba059f144160c30fe6214bc0fa4812

<br><br><br>
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