PHP Generate text Image effectRecently see the GD function of PHP, try to make a basic text image effect of the code:Display text Picture page: demo.php$STR = $_request[' str ']? $_request[' str ']: "No input";$str = "People's Republic of China";$im
Php Chinese character verification code generation program (13 ). The php Chinese character verification code generation program is actually very simple about the php Chinese character verification code generation program. it requires a font to
The first question that I encountered earlier was when I generated a text verification code using PHP, the general tip:Warning:imagettftext (): Could not find/open font in/var/www/html/touming.php on line 11OrThe image "http://localhost/img.php"
Ob_clean ();Header (' content-type:image/png ');If you have a problem and need to find a bug, put the header last/*$str = "1\n2\n3\n";$im = Imagecreate (100,120);$white = Imagecolorallocate ($im, 0xff,0xff,0xff);Imagecolortransparent ($im, $white);
First, create a picture resource
Imagecreatetruecolor (Width,height);Imagecreatefromgif (image name);Imagecreatefrompng (image name);Imagecreatefromjpeg (picture name); draw a variety of image imagegif (picture resources, save the path);Imagepng
Note: If you want to use PHP GD processing we need to open the GD library
GD Library support for PHP under Windows
Find php.ini, open content, find:
; Extension=php_gd2.dll
Put the front semicolon ";" Remove, then save, if there is no semicolon,
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.