http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / rorschach.hlp
1 1 RORSCHACH 
2 Simulate ink-blot patterns
3
4 SYNOPSIS
5
6   $ rorschach [-display host:display.screen] [-foreground color] 
7               [-background color] [-window] [-root] [-mono] 
8               [-iterations integer] [-offset integer] [-xsymmetry] [-ysymmetry]
9
10 2 DESCRIPTION
11 The rorschach program draws random patterns reminiscent of the
12 psychological test of same name.
13
14 2 OPTIONS
15 rorschach accepts the following options:
16
17    -window
18 Draw on a newly-created window.  This is the default.
19
20    -root
21 Draw on the root window.
22
23    -mono 
24 If on a color display, pretend we're on a monochrome display.
25
26    -iterations integer
27 How many dots should be drawn each time.  Default 4000.
28
29    -offset integer
30 How far apart the dots should be.  Default 4 pixels.
31
32    -xsymmetry
33 Whether the images should be horizontally symmetrical.  Default true.
34
35    -ysymmetry
36 Whether the images should be vertically symmetrical.  Default false.
37
38 2 ENVIRONMENT
39
40    DISPLAY
41 to get the default host and display number.
42
43    XENVIRONMENT
44 to get the name of a resource file that overrides the global resources
45 stored in the RESOURCE_MANAGER property.
46
47 2 BUGS
48 May call your sanity into question.
49
50 2 COPYRIGHT
51 Copyright (co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
52 distribute, and sell this software and its documentation for any purpose is 
53 hereby granted without fee, provided that the above copyright notice appear 
54 in all copies and that both that copyright notice and this permission notice
55 appear in supporting documentation.  No representations are made about the 
56 suitability of this software for any purpose.  It is provided "as is" without
57 express or implied warranty.
58
59 2 AUTHOR
60 Jamie Zawinski <jwz@mcom.com>, 13-aug-92.