PC Applications


Web Image Grabber (FREEWARE)
Screen Shot Download Web Image Grabber (wig)

WIG will load a web image and redisplay the image every X number of seconds. The timeout value can be changed via a command line parameter.

Note: Requires .NET

To run wig, just edit the included 'run_wig.cmd' to point to the web images you want to view.

Here is a line from the sample 'run_wig.cmd' file:

        start wig 120 "http://image.weather.com/web/radar/us_dfw_closeradar_plus_usen.jpg" "Weather.com Radar"

  • The first option (120) is the timeout value - this means that you want wig to load the image every 120 seconds.
  • The next option is the web image address in quotes.
  • The final option is the name you want to display on the title bar.
  • v1.0 - 07/27/2007
    • Initial Creation

ImageHTMLBuilder (FREEWARE)
Screen Shot Download ImageHtmlBuilder

ImageHTMLBuilder generates a simple HTML file containing links to images you drag and drop on the application.

Note: Requires .NET

Simply start ImageHtmlBuilder and with your file manager select all the images you want to use to create your html file.
Drag and Drop the list of images on the application to build the html.
This is what I use to create my RecentPix page
  • v1.0 - 07/26/2007
    • Initial Creation

Page Counter
Dave