April 3rd, 2008 by Tom
TimThumb - PHP Image Resize Script
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 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/

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.