header('Content-Tpye:image/jpeg');
$imagefile = 'dcf.jpg';//echo $imagefile;$image = imagecreatefromjpeg($imagefile);list($w, $h) = getimagesize($image);$d_image = imagecreatetruecolor($w, $h);//imimagejpeg($d_image);
imagedestroy($d_image);
错误提示:
Warning: getimagesize(Resource id #3) [function.getimagesize]: failed to open stream: No such file or directory in D:\AppServ\www\shop\test.php on line 10Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in D:\AppServ\www\shop\test.php on line 12Warning: imagejpeg(): supplied argument is not a valid Image resource in D:\AppServ\www\shop\test.php on line 16Warning: imagedestroy(): supplied argument is not a valid Image resource in D:\AppServ\www\shop\test.php on line 17