http://ftp.x.org/contrib/applications/xscreensaver-2.23.tar.gz
[xscreensaver] / hacks / lmorph.man
1 .TH LMORPH 1 "xscreensaver hack"
2 .SH NAME
3 lmorph \- morphing lines
4 .SH SYNOPSIS
5 .B lmorph
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-points \fIint\fP] [\-steps \fIint\fP] [\-delay \fIusecs\fP] [\-figtype \fItype\fP]
7 .SH DESCRIPTION
8 The \fIlmorph\fP program morphs between simple linedrawings using bilinear
9 interpolation.
10 .SH OPTIONS
11 .I lmorph
12 accepts the following options:
13 .TP 8
14 .B \-window
15 Draw on a newly-created window. This is the default.
16 .TP 8
17 .B \-root
18 Draw on the root window.
19 .TP 8
20 .B \-mono 
21 If on a color display, pretend we're on a monochrome display.
22 .TP 8
23 .B \-install
24 Install a private colormap for the window.
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use. Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-points \fIinteger\fP
31 Number of points in each line drawing. Default is 150 points.
32 .TP 8
33 .B \-steps \fIinteger\fP
34 Interpolation steps from one drawing to the next. Default is 0, which
35 means a random number between 100 and 500.
36 .TP 8
37 .B \-delay \fImicroseconds\fP
38 How much of a delay should be introduced between steps of the animation.
39 Default 50000.
40 .TP 8
41 .B \-figtype \fItype\fP
42 Limit the figures to only open or closed figures. Possible types are
43 "all" (default), "open" and "closed".
44 .SH ENVIRONMENT
45 .PP
46 .TP 8
47 .B DISPLAY
48 to get the default host and display number.
49 .TP 8
50 .B XENVIRONMENT
51 to get the name of a resource file that overrides the global resources
52 stored in the RESOURCE_MANAGER property.
53 .SH SEE ALSO
54 .BR X (1),
55 .BR xscreensaver (1)
56 .SH AUTHOR
57 Sverre H. Huseby <sverrehu@online.no> and Glenn T. Lines <gtl@si.sintef.no>,
58 built on top of the screen saver routines by Jamie Zawinski <jwz@netscape.com>.