Possible Duplicate:
PHP image resize on the fly vs storing resized images
I was wondering what is the best, fastest and most resource efficient way to resize images on the fly? I have the idea of generating thumbnails and special sizes of images from a photo gallery on-the-fly when they are requested.
Is this a good idea? and what is the best way?
PHP, Imagemagick, litespeed server