|
|
|
ใครเคยใช้ imagecopyresize บ้างครับ ผมใช้ imagecopyresize เพื่อจะทำให้รูปที่ post มาใน webboard ไม่มีขนาดใหญ่เกิน |
|
|
|
|
|
|
|
ผมใช้ imagecopyresize เพื่อจะทำให้รูปที่ post มาใน webboard ไม่มีขนาดใหญ่เกิน column ตรงกลาง ( มี column ช้าย-ขวากันอยู่ )
ทีนี้ปัญหาคือ ภาพที่ show ออกมาทาง browser มีสีซีดมากครับ แถมสีเพี้ยนๆด้วย ไม่ทราบว่าเกิดจากอะไรครับ ผมใช้..
if($tem_width>480)
{
$sam_width=480 ;
$sam_height=(480)*($tem_height)/($tem_width) ;
$sam_height=ceil($sam_height) ;
//create resized image..
$sam_img=imagecreate($sam_width,$sam_height) ;
imagecopyresized($sam_img,$tem_img,0,0,0,0,$sam_width,$sam_height,$tem_width,$tem_height) ;
//show image in browser..
imagejpeg($sam_img) ;
imagedestroy($sam_img) ;
}
Tag : - - - -
|
|
|
|
|
|
Date :
14 ม.ค. 2548 21:57:59 |
By :
jo |
View :
2751 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
imagecopyresized--->imagecopyresampled
|
|
|
|
|
Date :
20 ก.ย. 2550 10:52:17 |
By :
noom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|