source: trunk/third/xscreensaver/hacks/zoom.man @ 20148

Revision 20148, 3.2 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "20-Nov-2000" "X Version 11"
2.SH NAME
3zoom - wander around magified desktop
4.SH SYNOPSIS
5.B zoom
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7[\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8[\-visual \fIvisual\fP] [\-delay \fIusecs\fP] [\-lenses]
9[\-pixwidth \fIpixels\fP] [\-pixheight \fIpixels\fP]
10[\-pixspacex \fIpixels\fP] [\-pixspacey \fIpixels\fP]
11[\-lensoffsetx \fIpixels\fP] [\-lensoffsety \fIpixels\fP]
12.SH DESCRIPTION
13The \fIzoom\fP program takes an image, magnifies it, and scrolls around
14it, fatbits-style.
15
16The image that it manipulates will be grabbed from the portion of
17the screen underlying the window, or from the system's video input,
18or from a random file on disk, as indicated by
19the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
20and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
21file; see
22.BR xscreensaver-demo (1)
23for more details.
24.SH OPTIONS
25.I zoom
26accepts the following options:
27.TP 8
28.B \-window
29Draw on a newly-created window.  This is the default.
30.TP 8
31.B \-root
32Draw on the root window.
33.TP 8
34.B \-mono
35If on a color display, pretend we're on a monochrome display.
36.TP 8
37.B \-install
38Install a private colormap for the window.
39.TP 8
40.B \-visual \fIvisual\fP
41Specify which visual to use.  Legal values are the name of a visual class,
42or the id number (decimal or hex) of a specific visual.
43.TP 8
44.B \-delay \fImicroseconds\fP
45Slow it down.
46.TP 8
47.B \-lenses
48Instead of doing magnification we just copy an offset region from the original
49image.  If lensoffsetx < pixwidth (and similarly for Y) then consecutive
50regions will overlap, giving the effect of looking through an array of
51lenses.
52.TP 8
53.B \-pixwidth \fIpixels\fP
54Width of the magnified pixels.
55.TP 8
56.B \-pixheight \fIpixels\fP
57Height of the magnified pixels.
58.TP 8
59.B \-pixspacex \fIpixels\fP
60Amount of black space between magnified pixels (X direction).
61.TP 8
62.B \-pixspacey \fIpixels\fP
63Amount of black space between magnified pixels (Y direction).
64.TP 8
65.B \-lensoffsetx \fIpixels\fP
66Distance in X direction between consective copied regions (only effective
67when
68.I -lenses
69used).
70.TP 8
71.B \-lensoffsety \fIpixels\fP
72Distance in Y direction between consective copied regions (only effective
73when
74.I -lenses
75used).
76.TP 8
77.SH ENVIRONMENT
78.PP
79.TP 8
80.B DISPLAY
81to get the default host and display number.
82.TP 8
83.B XENVIRONMENT
84to get the name of a resource file that overrides the global resources
85stored in the RESOURCE_MANAGER property.
86.SH SEE ALSO
87.BR X (1),
88.BR xscreensaver (1),
89.BR xscreensaver\-demo (1),
90.BR xscreensaver\-getimage (1)
91.SH COPYRIGHT
92Copyright \(co 2000 by James Macnicol.  Permission to use, copy, modify,
93distribute, and sell this software and its documentation for any purpose is
94hereby granted without fee, provided that the above copyright notice appear
95in all copies and that both that copyright notice and this permission notice
96appear in supporting documentation.  No representations are made about the
97suitability of this software for any purpose.  It is provided "as is" without
98express or implied warranty.
99.SH AUTHOR
100James Macnicol <james.macnicol@mailexcite.com>, 20-Nov-2000.  Much code was
101shamelessly stolen from the
102.B spotlight
103hack and a few others.
104
Note: See TracBrowser for help on using the repository browser.