I need script for generating thumbnails, I found "phpThumbnailer class"
http://www.hido.net/projects/phpThumbnailer and I like it, because it works and it's pretty easy to understand. But it doesn't save the thumbnails to a files, it just generates and displays them where necessary.
I'm developing a real estate website with a lot of photos, and I'm wondering if it won't be to much to generate thumbnail every time it loads the picture. For example there will be listing with 7 full images (7 x 70kB), and I will need to display it with all thumbnails, wouldn't it be better to load the thumbs as files. Thanx!