`

IMG2WEB

Section: User Commands (1)
Index
Return to Main Contents

BSD mandoc
Linux 0.98  

NAME

img2web - image to web page publisher  

SYNOPSIS

img2web [-scale n ] [-[no]progressive ] [-smallimageprefix ] [-indexname string ] [-templateset string ] [-indexhead file ] [-indextail file ] [-imagehead file ] [-imagetail file ] [-debug n ] [-sort a|d|s| file ] [-[no]link ] [-columns n ] [-title title ] [-help ] [-version ] [-directory ]  

DESCRIPTION

Img2web is a script for converting a set of images into preview size thumbnails and deposist these thumbnails into a web page, as well as inserting each original image into a web page and neatly linking the whole thing together.  

OPTIONS

Command line options are described below. (make sure to precede them with a dash (``-'')) but command line options will override them.

-scale n
This option specifies a scaling factor of 1/n, where n is 2, 4, or 8, making a scale of 1/2, 1/4, or 1/8.
-[no]progressive
This will cause the created images (the small thumbnails) to be progressive JPEGs. This is the default, unless overridden by the system or user config files, or the commandline Fl noprogressive.
-smallimageprefix string
img2web will use Ar string as a preposition in creating a file name for thumbnail image files.
-indexname file
Use Ar file as the file for the thumbnails to be publishing into.
-templateset sting
img2web will attempt to find a set of "top" and "tail" pages for both the index page and all individual image pages, of the format "Ar string indexhead.html", "Ar string indextail.html", "Ar string imagehead.html", and "Ar string imagetail.html". It will first look to use the system-wide version of these files. If it finds a user-defined version of any of these files, it will use that instead, and if the user overrides any individual page by its own directive, it will then use that.
-indexhead file
-indextail file
-imagehead file
-imagetail file
Use the file specified in Ar file for the specific "top" ot "tail".
-debug n
Set the debug output to level Ar n , where Ar n is 0..5, default 0.
-sort a|d|s| file
img2web will sort the files it shall process by either Alphabetic name of the file, file Date, file Size, of by the list of files specified in Ar file , given that each non-comment (#) line is the filename of an image.
-[no]link
will make each page have a possible link tot he Next and Last image in the series based upon either the default sort or one specified by the Fl sort option.
-columns n
The index page should contain Ar n columns of thumbnails (by however many orws are required to show all images).
-title The title of each page generated should be set to
-help
Show a small help page and quit.
-version
Show the version number and quit. SEE ALSO djpeg(1) cjpeg(1) jpeginfo(1)
 

AUTHORS

James Bromberger  

HISTORY

The imge2web script was first written in 1997 for use with my Kodak DC40.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHORS
HISTORY

This document was created by man2html, using the manual pages.
Time: 16:26:44 GMT, March 17, 1999