$img=imagecreatetruecolor(400,400);
$color=imagecolorallocate($img,0xfb,0x06,0x85);
$str=imagestring($img,12,50,50,"http://ife13.com",$color);
header("content-type:image/png");
imagepng($img);
imagedestroy($img);
$color=imagecolorallocate($img,0xfb,0x06,0x85);
$str=imagestring($img,12,50,50,"http://ife13.com",$color);
header("content-type:image/png");
imagepng($img);
imagedestroy($img);
2015-05-27
$img=imagecreatetruecolor(400,400);
$color=imagecolorallocate($img,0xfb,0x06,0x85);
$line=imageline($img,0,0,400,400,$color);
header("content-type:image/png");
imagepng($img,"img.png");
imagedestroy($img);
$color=imagecolorallocate($img,0xfb,0x06,0x85);
$line=imageline($img,0,0,400,400,$color);
header("content-type:image/png");
imagepng($img,"img.png");
imagedestroy($img);
2015-05-27