Source Code for Thumbnail Generation with Caching and Watermarking

by Stephen Fluin 2009.04.17

Thumbnail creation within PHP using the GD library is a very important function. I have written the following piece of source code to thumbnail an image, apply a watermark, and cache the result for future re-use.

Check out the source code


permalink