
Recent Posts
Archive
- July 2010 (4)
- June 2010 (7)
- May 2010 (2)
- April 2010 (5)
- March 2010 (5)
- February 2010 (4)
- January 2010 (10)
- December 2009 (9)
- November 2009 (1)
Image Manipulation

PHP Thumbnail Creation Tutorial
This tutorial will explain how to take any image and proportionally shrink it to any size you define.
The three main goals of this function are:
- Shrink an image to a defined size
- Keep the new image proportional to the old image
- Create the new image in the same directory as the old image with a defined prefix (i.e. 'tn_')
And here we go!
