webimage.icn: Program to produce Web page for image files

procedure image_size:      size of GIF file
May 2, 2001; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.
This program takes the names of image files on the command line and
writes a Web page that embeds each image.

The following options are supported:

     -a s    alignment, default "bottom"
     -t s    title for page; default "untitled"
     -n      include file names; default no names

Source code | Program Library Page | Icon Home Page