Variable:
$opt_help=1
Argument:
--help
Display usage message.
Variable:
Argument:
Image directory to process or start recursion at (default current directory). Specify this option (usually on the command line) if the directory you want to process is not the current directory. This simply causes WebMagick to change directories before starting processing.
Variable:
Argument:
Normally WebMagick prints only the directory names for directories it processes. Selecting the verbose option displays the number of images and sub-directories in the directory as well as the number of pages to be generated, and the current page number. It will also show the current image index WebMagick is currently creating as a progress report.
Variable:
Argument:
Print debugging messages.
Variable:
Argument:
Recurse directory tree (default off). The default is to only process the current directory, generating appropriate links for sub-directories and the parent directory. Selecting this option causes WebMagick to recurse through sub-directories as well.
Variable:
If $opt_prune is set in a directory's `.webmagickrc' file (default off), then no sub-directories below that directory will be processed by WebMagick when operating in the recursive mode. See section Ignore Directory, for details on how to skip a directory rather than prune it.
Variable:
If $opt_ignore is set in a directory's `.webmagickrc' file (default off), then that directory will not be processed. If recursion is enabled, then recursion will continue into any sub-directories. See also $opt_indexname.
WebMagick uses algorithms similar in concept to those used by make to try to only do required processing. Occasionally due to modification of a parameter that WebMagick doesn't track or due to external modification of file modification times, WebMagick will skip doing an update that it should have done. In these cases, options are provided to force WebMagick to perform a task.
Variable:
Argument:
Force cache files to be generated (default off). Without this option, WebMagick will only re-generate cache files if the source file is newer. In order for this option to take effect, a montage must be generated and $opt_cache must be set to a non-zero value. The --forcemontage option be used to force montages.
Variable:
Argument:
Force HTML files to be generated (default off). Without this option, WebMagick will only re-generate HTML files as required.
Variable:
Argument:
Force montage (default false). Without this option, WebMagick will only re-generate montages as required.
Go to the first, previous, next, last section, table of contents.