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/

Related Posts
- Free PHP Chat Script + Tutorial
- Free PHP Contact Form Script
- Securimage – Download Free Open Source PHP Captcha Script
- The Processes of Creating a Web App
- 21 Useful PHP tutorials and Components
- PHP Users Login System Script
- PHP Uploading File Tutorial
- wTag – Free PHP + AJAX Shoutbox
- 7 Tutorials on How to Create a PHP login System
- PHP Speedy – Speed Up the Download Time Your PHP Web Pages

July 17th, 2008 at 7:36 am
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.
December 2nd, 2008 at 1:00 am
Plz if you can send me php image resize script then plz send me ok thanks
sachin
October 11th, 2009 at 10:17 am
GD and ImageMagick a hassle? they are really easy and straight forward to me. Get a better hosting company