webmagick - create gallery thumbnails for websites
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.
- --[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)
- --srcdir
- Image directory to process
- --[no]verbose
- Tell us more ... (default off)
- --[no]version
- Print version and exit (default off)
- --iconpath
- Relative path under rootdir to webmagick icons
- --iconbase
- Global base URL for webmagick icons
- --prefixpath
- Path to prepend to generated URLs (e.g. /~username)
- --rootpath
- Absolute path to server root (NCSA DocumentRoot)
- --htimage
- Imagemap CGI program URL (set to '' for none)
- --maptype
- Server-side map type ("ncsa" or "cern")
- --[no]serversidemap Enable server-side map writting (default
off)
- --[no]cache
- Cache thumbnails (default on)
- --cachedir
- Subdirectory name to cache thumbnails in (default .cache)
- --cacheformat
- Format of cached thumbnails (default JPEG)
- --cachegeom
- Cache thumbnail geometry (default thumbgeom)
- --cachemin
- Smallest image to cache in pixels. (default 300*200)
- --[no]forcegif
- Force imagemap to be in GIF format (default off)
- --[no]forcejpeg
- Force imagemap to be in JPEG format (default off)
- --jpegquality
- Quality of JPEG imagemaps
- --maxgif
- Maximum size of GIF imagemap before trying JPEG
- --columns
- Montage columns
- --rows
- Montage rows (max)
- --[no]mapnetscape
- Map generated image files to Netscape 216-color cube (default off)
- --thumbbackground
- Montage background color
- --thumbframebgcolor
Background color inside of Frame (unused if no Frame)
- --thumbborderwidth
Thumbnail border width (pixels)
- --thumbcompose
- Thumbnail image composition operation (default Copy) Over, In, Out, Atop,
Xor, Plus, Minus, Add, Subtract, Difference, Bumpmap, Copy, MatteReplace,
Mask, Blend, Displace
- --thumbfont
- Thumbnail title font
- --thumbforeground
- Montage foreground color (effects label color)
- --thumbframe
- Geometry of frame around thumbnail (default no frame)
- --thumbgeometry
- Thumbnail geometry (widthxheight)
- --thumbgravity
- Direction thumbnail gravitates to (default Center) NorthWest, North,
NorthEast, West, Center, East, SouthWest, South, SouthEast. North is
up.
- --thumblabel
- Format for default thumbnail text label
- --thumblabelwidth
- Label width (in characters) to truncate to.
- --thumbframecolor
- Frame color (if thumbnail frames enabled)
- --thumbshadow
- Enable decorative shadow under thumbnail
- --thumbtexture
- Texture to tile onto the image background
- --thumbtransparent
Transparent color
- --zoomfilter
- Zoom filter algorithm (Box/Triangle/Mitchell)
- --address
- Optional user address info
- --[no]anonymous
- Don't show WebMagick address and copyright info on pages (default
off)
- --coloralink
- Link (active) color
- --colorback
- Background color (also applied to JPEG montage background)
- --colorfore
- Foreground text color
- --colorlink
- Link (unvisited) color
- --colorvlink
- Link (visited) color
- --dircoloralink
- Link (active) color (directory frame)
- --dircolorback
- Background color (directory frame)
- --dircolorfore
- Foreground color (directory frame)
- --dircolorlink
- Link (unvisited) color (directory frame)
- --dircolorvlink
- Link (visited) color (directory frame)
- --dirhtmlext
- Extension for directory frame
- --stylesheet
- 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)
- --pichtmlext
- Per-image HTML file extension (default .html)
- --pichtmlbottom
- 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)
- --pichtmltarget
- Per-image HTML default frame target
- --pichtmltitleend
- End tags for per-image HTML picture title (default </P>)
- --pichtmltitlestart
Start tags for per-image HTML picture title (default <P>)
- --pichtmltop
- 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)
- --title
- Page title
Report bugs to <clindell@users.sourceforge.net>. Visit the
WebMagick web page at http://webmagick.sourceforge.net/
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.