ʹ�� PHP ���� PNG ͼ��

Example #1 ʹ�� PHP ���� PNG ͼ��

<?php

header
("Content-type: image/png");
$string $_GET['text'];
$im     imagecreatefrompng("images/button1.png");
$orange imagecolorallocate($im22021060);
$px     = (imagesx($im) - 7.5 strlen($string)) / 2;
imagestring($im3$px9$string$orange);
imagepng($im);
imagedestroy($im);

?>
��������Ҫ�Ӵ��� <img src="button.php?text=text"> ��ǩ��ҳ����á� ���� button.php �ű��� "text" �ַ������Ƶ�һ��ͼ���ϣ� �ڱ�����ͼ���ļ�Ϊ "images/button1.png"�� Ȼ��������ƺ��ͼ�� ������Ҫ�����޸�ͼ���ϵ�����ʱ�� ��̬����ͼ��Ϳ���ʡȥ��ÿ�ζ���������ͼ����鷳��