General Statistics
390 Tutorials
202 Total Votes
25 User(s) Online
641230 Views Total
3000 Registered Members
24355 Posts Total
Rooneyfeld is our newest member
About this Tutorial: External Thumbnail Creator
External Thumbnail Creator
Rated 4 / 4 Votes

External Thumbnail Creator

Create a thumbnail of any image on the internet. Take advantage of the predefined image functions!


Date Added: December 7, 2005 [ 10899 Views - 4 Votes ] [ Rate ]

Author: Chaos King [ PHP Coding ] [ 8 Comment(s) ]

External Thumbnail Creator
Thumbnails are found on alot of website accross the web. They are used to save bandwidth and increase page load time. Add images that were once too big for your website into your website with ease. No need to create two copies of the same image, just let PHP do it for you. Not only is it automated, it will even recreate a thumb with a different file size from an extrenal image which will reduce alot of used bandwidth, not just make the height and width different!

Lets start off with a new file called thumb.php. Add your php tags around the file and lets add in the following synthax


CODE
// Get image info from variable
$url = $_GET['url'];
$img = getimagesize($url) or die();

This is the base of our script. Without this, the enter script would not work properly. What this does is setup a variable named url and holds the value of the url of which the image originates that will be nailed. The image function getimagefromsize() will simply get certain information about an image. It will return a variable in an array with four elements. We will be using three of the four elements.
  • 0 - Produces the width of an image in pixels
  • 1 - Produces the height of an image in pixels
  • 2 - Produces the flag indicating the type of image

More information on this function can be found here: http://www.php.net/getimagesize



Total Pages (4)
[1] 2 3 4 Next>>

Welcome User
Welcome Guest
( Login | Register )

Latest Tutorial Index - RSS Feed
Latest Resources - RSS Feed
Latest Tutorials - RSS Feed
Vote for Us
  • VixxIMG.com - Free Image Hosting, Free Myspace Image Hosting, Free Image Uploads
  • PageRank Plus - Google PageRank checking, with a twist.
Random Affilaites