Allright, I have a directory in my web project that has a whole bunch of pictures. They are quite large. The pictures are of products the site will be selling, so I will need a large view of the picture if a customer decides to click on it.

Problem is, if I use the current pictures, which are 100k each (200x200), for my main product display, thesite loads slow. Since even if i make the <IMG WIDTH and LENGTH> small, the site still loads the entire picture.

So.. is there a way to generate a preview picture first from the original? Right now its not possible to take every picture into photoshop and downsize them and shrink them and upload them again.. and etc etc...

I will need to use the originals. Any idea?