PHP Thumbnail Class
I am looking for a solid PHP thumbnail generating class. Does anyone know any good ones that are open-source? I could write one, but I really don't want to. The one thing I hate most about PHP is manipulating images with GD and Imagemagick. Does anyone have any suggestions? Use phpThumb() . Its a script that internally uses GD library and/or ImageMagick (whichever is available and whichever it thinks is best for the job) to perform basic image manipulation tasks, including thumbnail generation and square thumbnail generation. You can use it like this: <!-- best fit --> <img src="/phpThumb