First, is there a way to dynamically generate thumbnails for display as a result of a search query, without having to store them on the server?
Second, if there is a way to do that, is it still better to simply generate the thumbnails and store them in a /thumbs directory when the image is uploaded, then have the results page call them later?
Storage space isn't an issue, so I guess my question boils down to whether it is too resource intensive to generate thumbnails every time a user makes a search query. Both GD and Image::Magick are available on the server.