Hey! :) I'm making something like this, a class to resize images using GD, the resize process is working fine, but the problem that I have is that the new images when are resized takes a lot of time to do it, so I was thinking on use the Zend_Cache for that, is possible ? I mean like cache a imagecreatefrompng() resource or maybe convert the image to base64 and then cache it ?
Thx for any suggestion.
