1jigsaw(6x) XScreenSaver manual jigsaw(6x)
2
3
4
6 jigsaw - permute an image like a jigsaw puzzle
7
9 jigsaw [-display host:display.screen] [-delay usecs] [-speed ratio]
10 [-complexity ratio] [-resolution int] [-thickness float] [-no-wobble]
11 [-fps]
12
14 The jigsaw program loads an image, carves it up into a jigsaw puzzle,
15 shuffles it, and then solves it.
16
17 The image that it manipulates will be grabbed from the portion of the
18 screen underlying the window, or from the system's video input, or from
19 a random file on disk, as indicated by the grabDesktopImages, grabVide‐
20 oFrames, and chooseRandomImages options in the ~/.xscreensaver file;
21 see xscreensaver-demo(1) for more details.
22
24 jigsaw accepts the following options:
25
26 -delay microseconds
27 How long to wait between animation frames; default 20000.
28
29 -speed ratio
30 Less than 1 for slower, greater than 1 for faster. Default 1.
31
32 -complexity ratio
33 Less than 1 for simpler puzzles (fewer pieces), greater than 1
34 for more complex puzzles (more pieces). Default 1.
35
36 -resolution ratio
37 Smoothness of the edges of the pieces. Less than 1 for rougher
38 pieces (fewer polygons), greater than 1 for more smoother
39 pieces (more polygons). Default 1.
40
41 -thickness float
42 Thickness of the puzzle pieces (relative to their width).
43 Default 0.06.
44
45 -no-wobble
46 Keep the display stationary instead of very slowly wobbling
47 back and forth.
48
49 -fps Display the current frame rate, polygon count, and CPU load.
50
51 -window Draw on a newly-created window. This is the default.
52
53 -root Draw on the root window.
54
55 -install
56 Install a private colormap for the window.
57
58 -visual visual
59 Specify which visual to use. Legal values are the name of a
60 visual class, or the id number (decimal or hex) of a specific
61 visual.
62
64 DISPLAY to get the default host and display number.
65
66 XENVIRONMENT
67 to get the name of a resource file that overrides the global
68 resources stored in the RESOURCE_MANAGER property.
69
71 X(1), xscreensaver(1), xscreensaver-demo(1), xscreensaver-getimage(1)
72
74 Copyright © 1997 by Jamie Zawinski. Permission to use, copy, modify,
75 distribute, and sell this software and its documentation for any pur‐
76 pose is hereby granted without fee, provided that the above copyright
77 notice appear in all copies and that both that copyright notice and
78 this permission notice appear in supporting documentation. No repre‐
79 sentations are made about the suitability of this software for any pur‐
80 pose. It is provided "as is" without express or implied warranty.
81
83 Jamie Zawinski <jwz@jwz.org>, 25-Nov-97.
84
85
86
87X Version 11 5.42-1.fc29 (30-Dec-2018) jigsaw(6x)