wmclockmon: update change-log
[dockapps.git] / wmgrabimage / wmGrabImage / wmGrabImage.1
blob1fde47d74fa217d31de8b1dc42f0c80180a85294
1 .TH WMGRABIMGAE 1 "16 December 1998"
2 .SH NAME
3 WMGRABIMGAE \- Dockable WWW Image monitor.
4 .SH SYNOPSIS
5 .B wmGrabImage
6 [-h] [-display <Display>] -url <Image URL> [-http <URL>] [-c] [-delay <Time>]
7 .SH DESCRIPTION
8 .PP
9 wmGrabImage is a WindowMaker DockApp that maintains a small thumbnail copy of
10 your favorite image from the WWW.  The image to monitor is specified via the
11 "-url <Image URL>" command-line option and it gets updated approximately every
12 5 minutes.  The update interval can be overridden via the "-delay <Time>"
13 command-line option (Time is in seconds).
15 Each of the three mouse buttons can be double clicked with the following effects;
16 .TP
17 .B Left Mouse:
18 Brings up the full-sized image in xv.
19 .TP
20 .B Middle Mouse:
21 Sends a URL (specified via the -http <URL> command-line option) to an already
22 running netscape process or in a new netscape process if there arent any
23 running.
24 .TP
25 .B Right Mouse:
26 Updates the image immediately.
27 .SH OPTIONS
28 .TP
29 .B \-h
30 Display list of command-line options.
31 .TP
32 .B \-display [display]
33 Use an alternate X Display.
34 .TP
35 .B \-url <Image URL>
36 The URL of the WWW image to monitor.
37 .TP
38 .B \-http <URL>
39 The URL to send to netscape via a Middle double click.
40 .TP
41 .B \-c
42 Center the image vertically within the icon.
43 .TP
44 .B \-delay <Time>
45 The time between updates. The default is about 5 minutes.
46 .SH FILES
47 The original sized image and the thumbnail XPM image are both stored in
48 ~/.wmGrabImage/ which gets created if it doesnt already exist.
49 .SH SEE ALSO
50 wget and the ImageMagick convert utility.
51 .SH BUGS
52 Who knows? -- its still Beta though. (Let me know if you find any). Oldish
53 versions of the ImageMagick convert utility have a memory leak -- if you have
54 that problem, upgrade to the latest version.
55 .SH AUTHOR
56 Michael G. Henderson <mghenderson@lanl.gov>