Resize image in PHP

July 27, 2008 · Posted in php · Comment 

Uploaded images from user can be of any size.  If you need to use these images, they need to be resized upon upload. Here is a helper class to manage resizing of the images.

Let me know if you find any bugs.