);
imagecreatefromjpeg(图片名称);
画出各种图像
imagegif(图片资源,保存路径);
imagepng()
imagejpeg();
二、获取图片属性
imagesx.../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);
//边框
//输出图像或保存图像...php
//step 1创建图片资源
$img=imagecreatetruecolor(200, 200);
// $img=imagecreate(200, 200);
$white=imagecolorallocate