April 3rd, 2008 by Tom

If you’re looking for a PHP script that can resize image for your web application, TimThumb is a good PHP image resize script for you.

TimThumb script created by Tim McDaniels and Darren Hoyt with tweaks by Ben Gillbanks

Link : TimThumb - PHP Image Resize Script
http://code.google.com/p/timthumb/

TimThumb - PHP Image Resize Script



Related Posts

  • Creating a Simple PHP Calendar Video Tutorial
  • wTag - Free PHP + AJAX Shoutbox
  • Free PHP Contact Form Script
  • Free Encrypt Your PHP Script
  • PHP Uploading File Tutorial
  • One Response to “TimThumb - PHP Image Resize Script”

    1. There is no need to host CPU-intensive thumbnailing scripts like this on your webserver anymore. Instead, you can use a specialized service for remote, on-demand image manipulation like SteadyOffload.

      All you have to do is use a custom HTML attribute called “xmanip” with the img tag. This will deliver the thumbnail from one of the globally scattered cache servers:

      <img srcx=”image.jpg” xmanip=”RescaleWidth 130″ />

      So much easier than all the hassle with GD or ImageMagick! Moreover, this reduces the CPU load of your webserver and saves some bandwidth.

    Leave a Reply