Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Thumbnail with VBScript

Status
Not open for further replies.
Jan 22, 2002
10
US
I need to use VBScript to process through a directory on a local machine, and look for certain types of files like JPG , or TIF. I then need to be able to generate or obtain the thumbnail image of the file (1st page only), and write that as a new image to another area on my network.

I cannot use ASP nor third party utilities. I know how to do everything except getting the thumbnail image into another file.

Any help would be appreciated.

Thanks
Bryan Carter
 
I don't think VBScript has native image manipulation abilities, so without using a third party solution I think you are out of luck.

[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
 
Hmm. I may have to take a different approach to this. What I want to do is have a process that gathers thumbnails of images on the local machine, and dump them to a server. I guess I could use other methods if I looked at it from the server perspective, but am unfamiliar with ASP, etc. I have done some pretty in depth VBScripting and was looking at running a script as the machine starts, but the more I type and think about it, I could do it all from the server side, and the workstation wouldn't have to do anything except respond to file requests. Any ideas?

Thanks

bkcarter333
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top