ImgHTML [-h file] [-f file] [-d] [-b] [-o file] <directories>
| Parameter | Description |
|---|---|
-h <file>
|
Use the given file for the head of the produced HTML-document.
It should contain at least the following information:
<HTML>
<HEAD>
<TITLE>
My Image-Directory
</TITLE>
</HEAD>
<BODY>
|
-f <file>
|
Use the given file for the tail of the produced HTML-document.
It should contain at least the following information:
</BODY>
</HTML>
|
-d
|
Print image-dimension in HTML-document |
-b
|
Print basename only (no pathname information in description) |
-o <file>
|
Name of the output-file. By default, the filename is
imgindex.htm
|
<directories>
|
Every given directory is searched for files with the extension *.gif, *.jpg and *.jpeg |
The following is a sample for a link to the ImgHTML as CGI
<A HREF="http://www.markus.ch/mft0467/ImgHTML.exe?-h&ImgHTML/demoHeader.html&-d&/Images"> See the current image archive </A>