Thumbnail image creator in a DLL???
Jim Graham

All,
I am looking to create a picture upload section of an xb2net weeb server I have written. I will have the users be able to upload images that I will catalog and then present back in a web page that displays a list of "thumbnails" that when clicked will open a new window that downloads and displays the full size image. In order to do this, I will need to create the "thumbnail" when the full size image is uploaded. I was looking for a DLL that I could load and call functions to do the job. The other alternative would be to shell out to a utility that handles command parameters.
Does anyone know of any such utilities?
A quick Google search did not turn up anything of interest.
Thanks!