Zend_Image: Class to convert and resize images

Feb 5, 2008 2:45:01 PM

Inspired by a post on the Zend mailing list, I've decided to write a class that can resize and convert images using GD. In particular, the class I'm going to write will be used to resample images on the fly for use in a frontend. Let's begin.