奖状生成器代码分享
<?php
if($_GET['name']){
$text=$_GET['name'];
$image=imagecreatefrompng('filename');//文件如res.png
imagealphablending($image, true);
$red=imagecolorallocate($image, 150, 0, 0);
imagefttext($image, 40, 0, 100, 350, $red, 'boqing.ttf', $text);
$filename='獎(jiǎng)狀.png';
imagepng($image,$filename);
imagedestroy($image);
}
?>
<form>
<input type="text" name="name">
<input type="submit" name="生成器">
</form>
<img src="res.png" height="100" width="100">
<img src='獎(jiǎng)狀.png'>
if($_GET['name']){
$text=$_GET['name'];
$image=imagecreatefrompng('filename');//文件如res.png
imagealphablending($image, true);
$red=imagecolorallocate($image, 150, 0, 0);
imagefttext($image, 40, 0, 100, 350, $red, 'boqing.ttf', $text);
$filename='獎(jiǎng)狀.png';
imagepng($image,$filename);
imagedestroy($image);
}
?>
<form>
<input type="text" name="name">
<input type="submit" name="生成器">
</form>
<img src="res.png" height="100" width="100">
<img src='獎(jiǎng)狀.png'>
總結(jié)
- 上一篇: Android基础学习(十五)—— 序列
- 下一篇: bzoj 3991 [SDOI2015]