Scroll to navigation

WEBMAGICK(1) FSF WEBMAGICK(1)

NAME

webmagick - create gallery thumbnails for websites

SYNOPSIS

webmagick [OPTIONS]

DESCRIPTION

WebMagick `webmagick' recurses through directories of images and builds HTML pages and image-maps to display those images in a web browser. Options may be specified on the command line as --option or in .webmagickrc files as $opt_option. By default WebMagick processes files in the current directory. See --srcdir for a way to process files in a different directory.

General:

--[no]debug
Print debug messages (default off)
--[no]forcecache
Force cached thumbnails to be generated (default off)
--[no]forcehtml
Force HTML files to be generated (default off)
--[no]forcemontage Force montage (default off)
--[no]ignorefp
Ignore directories with names like _vti (FrontPage directories) (default on)
--[no]help
Display usage message (default off)
--[no]recurse
Recurse directory tree (default off)
Image directory to process
--[no]verbose
Tell us more ... (default off)
--[no]version
Print version and exit (default off)

Paths:

Relative path under rootdir to webmagick icons
Global base URL for webmagick icons
Path to prepend to generated URLs (e.g. /~username)
Absolute path to server root (NCSA DocumentRoot)

Server-side imagemaps:

Imagemap CGI program URL (set to '' for none)
Server-side map type ("ncsa" or "cern")
--[no]serversidemap Enable server-side map writting (default off)

Filenames:

Directory-name to title cross-reference file name
Image-name to thumbnail label cross-reference file name
Name of master index files (default server index)
Base name of page-related index files
Name of directory info file

Caching:

--[no]cache
Cache thumbnails (default on)
Subdirectory name to cache thumbnails in (default .cache)
Format of cached thumbnails (default JPEG)
Cache thumbnail geometry (default thumbgeom)
Smallest image to cache in pixels. (default 300*200)

Montage:

--[no]forcegif
Force imagemap to be in GIF format (default off)
--[no]forcejpeg
Force imagemap to be in JPEG format (default off)
Quality of JPEG imagemaps
Maximum size of GIF imagemap before trying JPEG
Montage columns
Montage rows (max)
--[no]mapnetscape
Map generated image files to Netscape 216-color cube (default off)
Montage background color
Thumbnail image composition operation (default Copy) Over, In, Out, Atop, Xor, Plus, Minus, Add, Subtract, Difference, Bumpmap, Copy, MatteReplace, Mask, Blend, Displace
Thumbnail title font
Montage foreground color (effects label color)
Geometry of frame around thumbnail (default no frame)
Thumbnail geometry (widthxheight)
Direction thumbnail gravitates to (default Center) NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast. North is up.
Format for default thumbnail text label
Label width (in characters) to truncate to.
Frame color (if thumbnail frames enabled)
Enable decorative shadow under thumbnail
Texture to tile onto the image background
Zoom filter algorithm (Box/Triangle/Mitchell)

HTML Colors & Appearance:

Optional user address info
--[no]anonymous
Don't show WebMagick address and copyright info on pages (default off)
Link (active) color
Background color (also applied to JPEG montage background)
Foreground text color
Link (unvisited) color
Link (visited) color
Link (active) color (directory frame)
Background color (directory frame)
Foreground color (directory frame)
Link (unvisited) color (directory frame)
Link (visited) color (directory frame)
Extension for directory frame
URL to stylesheet (overrides other color options)
--[no]date
Output updates date (default on)
Page footer (imagemap frame) (default to </CENTER>)
Page header (imagemap frame) (default to <CENTER>)
--[no]javascript
Enable JavaScript output (default off)
--[no]pichtml
Per-image HTML file generation (default off)
Per-image HTML file extension (default .html)
Per-image HTML, extra HTML to display below image (default to </CENTER>)
--[no]pichtmlnav
Per-image HTML, show navigation buttons (default off)
--[no]pichtmlputtitle Put per-image HTML picture title (default on)
Per-image HTML default frame target
End tags for per-image HTML picture title (default </P>)
Per-image HTML, extra HTML to display above image (default to <CENTER>)
--[no]readmevisible Show README.html on first page rather than just linking (default off)
--[no]tables
Use HTML tables instead of imagemaps for thumbnails (default off)
Page title

Frame Options:

--[no]frames
Use frames, if no - single directory collection assumed (default on)
Pixels allocated to frame border
Enable (YES) or disable (NO) decorative frame borders
Frame style to use (out of those available)
--[no]allowconfig
Allow user to configure framestyle, columns and rows (requires javascript and tables) (default off)

Messages Replacement:

"Copyright "
"%B %e, %Y" (see strftime(3))
"Directories"
"Directory Navigator"
"Images"
"Index of directory"
"Index of files "
"through"
"Next"
"Page Navigator"
"Page updated on"
"Prev"
"Produced by"
"ReadMe"
"Up"

REPORTING BUGS

Report bugs to <clindell@users.sourceforge.net>. Visit the WebMagick web page at http://webmagick.sourceforge.net/

SEE ALSO

The full documentation for webmagick is maintained as a Texinfo manual. If the info and webmagick programs are properly installed at your site, the command

info webmagick

should give you access to the complete manual.

May 2009 webmagick 2.02