Some days ago I have finished an ActiveX control that allows you to resize JPEG-images.
You can call it this way in ASP:
Set Builder = CreateObject("vbsWrap.WrapIt")
Builder.makeThumb [PathToImage], [PathWhereThumbnailWillBeStored], [Width], [Height]
Set Builder = Nothing
NOTE: I had to write a vbsWrapper(another small dll..) in Visual Basic because I had problems using the C++ file directly in ASP..
If you're interested just mail me @ st_reiter@edumail.at
Linux is like a wigwum: No Windows, no Gates - Apache inside :o)