
|
提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細(xì),如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細(xì)信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設(shè)置等
溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的
$ground_info = getimagesize("1.JPG");
switch( $ground_info[2]){ //取得背景圖片的格式 {
case 1 : $tmpl_im = imagecreatefromgif ("1.JPG");break;
case 2 : $tmpl_im = imagecreatefromjpeg ("1.JPG");break;
case 3 : $tmpl_im = imagecreatefrompng ("1.JPG");break;
}
$backColor = @imagecolorallocate($im, 255,255,255); //分配背影色為白色
$textcolor = @imagecolorallocate($im, 0, 0, 0); //文本色
$str = file_get_contents("[url=http://ditu.google.cn/staticmap?center=".$rows[]http://ditu.google.cn/staticmap?center=".$rows['lat'].",".$rows['lng']."&zoom=14&size=255x255&maptype=mobile&markers=".$rows['lat'].",".$rows['lng'[/url]]);
$google_map_im = @imagecreatefromstring($str);
@imagefilledrectangle($tmpl_im,0,150,0,121,$backColor);
imagecopyresampled ($tmpl_im, $google_map_im, 20, 400, 0, 0, 255, 255, 255, 255 );
//開始生成繪制圖
header('Content-Type: image/jpeg');
imagejpeg($tmpl_im);
imagepng($tmpl_im);
imagedestroy($tmpl_im);
請老大幫幫我,是不是缺少什么組件呀,我安裝的是lamp|lnmp|lnamp|一鍵安裝包 |
|