Register Register Member Login Member Login Member Login Forgot Password ??
PHP (Hypertext Preprocessor), ASP (Active Server Pages), ASP.NET, VB.NET, C# (.Net 1.1, 2.0, 3.5, 4.0)
   
 

Registered : 86,976

 
 
HOME > PHP > PHP Image (GD) > PHP Resize image

PHP Resize image

 
 


ลองใช้ค้นหาข้อมูล


   

Bookmark.
PHP Resize Image เป็นการ Resize รูปภาพในรูปแบบของ Thumbnails เพื่อลดขนาดของรูปภาพ วิธีนี้สามารถรักษาและคงสภาพความคมชัดไว้ได้มากที่สุดครับ

PHP & GD



Sample

<?
	$images = "mygirl.jpg";
	$new_images = "MyResize/mygirl.jpg";
	$width=200; //*** Fix Width & Heigh (Autu caculate) ***//
	$size=GetimageSize($images);
	$height=round($width*$size[1]/$size[0]);
	$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,$new_images);
	ImageDestroy($images_orig);
	ImageDestroy($images_fin);
?> 
	<b>Original Size</b><br>
	<img src="<?=$images;?>">
	<hr>
	<b>New Resize</b><br>
	<img src="<?=$new_images;?>">



PHP GD

PHP GD

จากตัวอย่างภาพต้นฉบับมีขนาด 23K แต่หลังจากลดขนาดแล้วเหลือเพียง 7K ครับ



Link แนะนำ ที่ควรศึกษา





ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท

  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rate :  
  Create/Update Date : 2008-08-10 10:50:39 / 2009-05-10 16:48:07
  View : 25,454
  Download : Download  PHP Resize image
Sponsored Links
 
 
Thanks. Our Sponsor.
Download Google Chorme
 
Ads Contact : 08-1987-6107
 Sponsored Links


 
PHP GD
Rate : View : 17,893
PHP Create Image
Rate : View : 17,166
PHP Create text in image
Rate : View : 18,169
PHP Write text in Image
Rate : View : 13,593
PHP Upload and write text in image
Rate : View : 14,514
PHP Add Logo/CopyRight to Image (Watermark)
Rate : View : 14,620
PHP Upload and Add Logo to image
Rate : View : 14,367
PHP Upload and Resize Image
Rate : View : 40,367
PHP Resize Thumbnails Image and Insert to MySQL
Rate : View : 21,203
PHP Multiple Upload & Multiple Resize to MySQL
Rate : View : 23,321
ThaiCreate.Com Forum
ThaiCreate.Com Forum คลังกระทู้
บทความโดยสมาชิก
PHP Forum ASP Forum
.NET Forum Graphic Forum
Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools



 

© www.ThaiCreate.Com. 2003-2011 All Rights Reserved. Link : ไทยกู๊ดเว็บ , ติดแก๊ส , Promote Website
Comments & Suggestions Please Contact Us : thaicreate at hotmail dot com [Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่

Inline