I have a databse containing amongst other things many images stored as
BLOBS.
When listing, currently I download all the images full size and let he
browser do the reduction to thumbnails.
It's getting a little slow on long lists.
Is there anyway to take the data and scale it down on the fly to a
smaller image? I have plenty of processor power, just not much bandwidth.
The images are a mixture of GIF, JPEG and PNG.
BLOBS.
When listing, currently I download all the images full size and let he
browser do the reduction to thumbnails.
It's getting a little slow on long lists.
Is there anyway to take the data and scale it down on the fly to a
smaller image? I have plenty of processor power, just not much bandwidth.
The images are a mixture of GIF, JPEG and PNG.
Comment