|
|
|
ช่วยแก้ไขด้วยครับ ผมการรีไซต์รูปครับ ช่วยแก้ไขด้วยครับ ผมการรีไซต์รูปครับ |
|
|
|
|
|
|
|
ช่วยแก้ไขด้วยครับ ผมการรีไซต์รูปครับ
ผมได้นำโค้ดจากหน้า
https://www.thaicreate.com/นี้อะครับ
<?
$images = "Jeon_Ji_Hyun-07.jpg";
//กำหนดคงามสูงของรูปใหม่ สำหรับความกว้างไม่ต้องกำหนดครับ
// เพราะโปรแกรมจะทำการคำรวณความกว้างให้พอดีกับขนาดของรูปที่ได้ทำการ Resize
$height=400;
$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);
ImageJPEG($images_fin,"newimages.jpg"); // ชื่อไฟล์ใหม่
ImageDestroy($images_orig);
ImageDestroy($images_fin);
?>
แล้วมันเกิด อย่างนี้ครับ
Warning: getimagesize(Array): failed to open stream: No such file or directory in d:\appserv\www\asite\addatsave.php on line 28
Warning: Division by zero in d:\appserv\www\asite\addatsave.php on line 29
Warning: imagecreatefromjpeg(Array): failed to open stream: No such file or directory in d:\appserv\www\asite\addatsave.php on line 30
Warning: imagesx(): supplied argument is not a valid Image resource in d:\appserv\www\asite\addatsave.php on line 31
Warning: imagesy(): supplied argument is not a valid Image resource in d:\appserv\www\asite\addatsave.php on line 32
Warning: imagecreatetruecolor(): Invalid image dimensions in d:\appserv\www\asite\addatsave.php on line 33
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in d:\appserv\www\asite\addatsave.php on line 34
Warning: imagejpeg(): supplied argument is not a valid Image resource in d:\appserv\www\asite\addatsave.php on line 35
Warning: imagedestroy(): supplied argument is not a valid Image resource in d:\appserv\www\asite\addatsave.php on line 36
Warning: imagedestroy(): supplied argument is not a valid Image resource in d:\appserv\www\asite\addatsave.php on line 37
Tag : - - - -
|
|
|
|
|
|
Date :
6 ต.ค. 2550 12:55:14 |
By :
cccrewaoun |
View :
1507 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณลอง ส่งโค้ดมาให้ผมดูหน่อยครับ
กฤต
[email protected]
|
|
|
|
|
Date :
6 ต.ค. 2550 17:43:40 |
By :
tkaj_krit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|