索引 0 包含图像宽度的像素值,索引 1 包含图像高度的像素值。...这些标记与 PHP 4.3.0 新加的 IMAGETYPE 常量对应。索引 3 是文本字符串,内容为“height="yyy" width="xxx"”,可直接用于 IMG 标记。.../images/hee.jpg", "细说PHP", 150, 250);
//图片水印
function mark_pic($background, $waterpic, $x, $y){
$back...php
//step 1创建图片资源
$img=imagecreatetruecolor(200,200);
$red=imagecolorallocate($img,255,0,0);
$yellow...($img, 100, 100, 100, 100,$green);
//圆
imagefilledellipse($img, 100, 100, 10, 10,$blue);
//边框
//输出图像或保存图像