2006-09-16

[Demo]PHP+GD2

the code:
//set up image
$img = ImageCreateTrueColor(250,250);
$backcolor = ImageColorAllocate($img,0,0,80);
$color = ImageColorAllocate($img,250,250,250);
//draw image

ImageFill($img,0,0,$backcolor);
ImageLine($img,0,0,250,250,$color);
ImageLine($img,0,250/2,250,250/2,$color);
ImageString($img,5,250/2,250/4,"Jie Ling",$color);
//output image
Header("Content-type: image/png");

ImagePNG($img);
ImageDestroy($img);


  • F42afa5e-8609-33d4-805f-5e182d16e446-thumb
  • 描述:
  • 大小: 27.7 KB
评论
发表评论

您还没有登录,请登录后发表评论

owlman
搜索本博客
最近加入圈子
存档
最新评论
评论排行榜