|
|
|
การรีไซด์รูปเออเลอร์ใครรู้แนะหน่อย Fatal error: Call to undefined function: imagecreatefromjpeg() |
|
|
|
|
|
|
|
Fatal error: Call to undefined function: imagecreatefromjpeg() in c:\inetpub\wwwroot\ant\Sample2.php on line 39
$images = "20050828231601_1.jpg";
$real_path;
echo "name".$images ;
//กำหนดคงามสูงของรูปใหม่ สำหรับความกว้างไม่ต้องกำหนดครับ
// เพราะโปรแกรมจะทำการคำรวณความกว้างให้พอดีกับขนาดของรูปที่ได้ทำการ Resize
$height=600;
$size=GetimageSize($images);
$width=round($height*$size[0]/$size[1]);
$images_orig = ImageCreateFromJPEG($images);
$photoX = ImagesX($images_orig);
$photoY = ImagesY($images_orig);
$images_fin = ImageCreateTrueColor($width, $height);
ImageCopyResampled($images_fin, $images_orig, 0, 0, 0, 0, $width+1, $height+1, $photoX, $photoY);
$newfile=date("YmdHis");
ImageJPEG($images_fin,"ant.jpg"); // ชื่อไฟล์ใหม่
ImageDestroy($images_orig);
ImageDestroy($images_fin);
จากบทเรียนที่ http://www.older.thaicreate.com/description_tutor.php?frame=DisplayTrue&id=185
ต้องปรับ แต่ง extention gd.dll ไหม รบกวนด้วยครับ
Tag : - - - -
|
|
|
|
|
|
Date :
28 ส.ค. 2548 23:31:30 |
By :
มด |
View :
2987 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|