comparison man/man1/xreview.1 @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 .TH XREVIEW 1 "12 May 1995"
2 .LP
3 .SH NAME
4 .LP
5 xreview \- display of AIM cartoons for X Window System
6 .SH SYNOPSIS
7 .LP
8 xreview [options] [filename]
9 .LP
10 .SH OVERVIEW
11 .LP
12 xreview is a program for displaying bitmap cartoons produced by the AIM
13 software. All frames of a cartoon or a subset of frames can be played.
14 The speed may be slowed and it is possible to step through
15 a cartoon frame-by-frame. It has been tested under X11R4 and above.
16 .SS GENERATION OF BITMAP CARTOONS
17 .LP
18 Any AIM module that creates a sequence of pictures, or "frames", may be used
19 to generate a cartoon. The frames are saved as bitmaps; that is, a copy
20 of the screen memory for the frame. The bitmaps are created using the option "bitmap". For example,
21 .RS 4
22 gensai [options] -bitmap [options] waveform
23 .RE
24 .LP
25 This creates a file called "waveform.ctn", which can be used as input
26 to xreview.
27 .LP
28 xreview reads and plays the sequence of bitmaps. The bitmap option
29 is available for AIM modules genasa, genepn, gensai and genspl.
30 .LP
31 Because the bitmaps are an exact copy of the screen memory, it is impossible
32 to change either the size of the cartoon or any AIM display parameters
33 within xreview. In addition, if the cartoons are generated on a mulitplane
34 screen (e.g. 8 bits deep) then the bitmaps are very big, even though only
35 two colours are used by the AIM display software. The hidden option "mono_ctn=on"
36 may be used to copy only a 1-bit plane from the screen to the bitmaps.
37 On some machines the incorrect plane may be copied, in which case the
38 cartoon displayed by xreview looks completely different to the cartoon
39 as it was generated by the AIM software. If this occurs, then
40 the option "planemask_ctn" may be used to specify which plane is copied.
41 This is best done by trial-and-error. The hidden option "colour_ctn=on" forces
42 all planes to be copied to the bitmaps.
43 .RE
44
45 .SS DISPLAY OF BITMAP CARTOONS
46 .LP
47 The basic xreview command is
48 .LP
49 xreview [options] waveform.ctn
50 .LP
51 This loads the entire cartoon and displays the first frame.
52 There are two control modes:
53 .LP
54 (a) keyboard and mouse-buttons within the Cartoon Window,
55 .LP
56 .RS 1
57 or
58 .RE
59 .LP
60 (b) a separate "Controls Window".
61
62
63 .SS KEYBOARD CONTROL (cursor in the Cartoon Window)
64 .LP
65 space/return: animate cartoon once (leaving the last
66 .RS 35
67 frame displayed).
68 .RE
69 .LP
70 .RS 4
71 n: move to and display next frame
72 .LP
73 p: move to and display previous frame
74 .LP
75 q: quit xreview.
76 .RE
77
78
79 .LP
80 left mouse button: animate cartoon once (leaving the
81 .RS 30
82 last frame displayed).
83 .RE
84 .LP
85 right mouse button: quit xreview.
86 .LP
87 middle mouse button: display Controls Window.
88 .RE
89
90 .SH CONTROLS WINDOW
91 .LP
92 'Buttons' in the Controls Window set the start frame and end frame of the
93 animation, the framestep in the animation (e.g., skip every 2nd frame) and
94 the speed of the animation; the number indicates the delay between
95 frames in ms. The buttons in the bottom panel move to and display a single
96 frame:
97 .LP
98 << back 10 frames
99 .LP
100 < previous frame
101 .LP
102 > next frame
103 .LP
104 >> forward 10 frames
105 .LP
106 first first frame
107 .LP
108 middle middle frame
109 .LP
110 last last frame
111 .LP
112 The numbers in the bottom-right corner indicate the current frame and the
113 total number of frames.
114 .LP
115 Unlike AIM displays from gen??? instructions, the cartoons may be
116 moved, iconified, hidden, etc. in the normal way. The gen???
117 instructions are from an earlier are when few graphical tools were
118 available.
119
120 .SH OPTIONS
121 .LP
122 There are a number of command-line options; special purpose
123 abbrievations are indicated in parentheses. (The instructions are in
124 a slightly different form to the gen??? instructions.)
125 .LP
126 .SS Control Window Options
127 .LP
128 .RS 5
129 -controls automatically display controls window
130 .RE
131 .RS 17
132 (-con)
133 .RE
134 .RS 5
135 -controls_x <int> x-position of controls window
136 .RE
137 .RS 24
138 in pixels (-cx)
139 .RE
140 .RS 5
141 -controls_y <int> y-position of controls window
142 .RE
143 .RS 24
144 in pixels (-cy)
145 .RE
146 .RS 5
147 -controls_size <string> size of controls window:
148 .RE
149 .RS 30
150 (-csize)
151 .RE
152 .RS 30
153 "tiny", "small" or "normal"
154 .RE
155
156 .SS Cartoon Options
157 .LP
158 .RS 5
159 -image_x <int> x-position of cartoon in pixels (-ix)
160 .RE
161 .RS 5
162 -image_y <int> y-position of cartoon in pixels (-iy)
163 .RE
164 .RS 5
165 -speed <int> delay between frames in ms; default = 1
166 .RE
167 .RS 21
168 (-speed)
169 .RE
170 .RS 5
171 -start <int> start frame of animation;
172 .RE
173 .RS 21
174 default = first (-start)
175 .RE
176 .RS 5
177 -stop <int> stop frame of animation;
178 .RE
179 .RS 21
180 default = last (-stop)
181 .RE
182 .RS 5
183 -skip <int> framestep in animation;
184 .RE
185 .RS 21
186 default = 1 (-skip)
187 .RE
188 .RS 5
189 -frame <int> intial frame to display;
190 .RE
191 .RS 21
192 default = first (-frame)
193 .RE
194 .RS 5
195 -help generate the help page (-h)
196 .RE
197 .RS 5
198 -verbose send some running information
199 .RE
200 .RS 15
201 to stderr (-v)
202 .RE
203
204 .LP
205 .SS Cartoon Window Options
206 .LP
207 .RS 5
208 -display <string> X display server to use -d
209 .RE
210 .RS 5
211 -font <font> font used in controls window
212 .RE
213 .RS 24
214 (default = Times) -f
215 .RE
216 .RS 5
217 -point <int> fontsize (default depends upon
218 .RE
219 .RS 24
220 size of controls window)
221 .RE
222 .RS 5
223 -title <string> title of cartoon window
224 .RE
225 .RS 24
226 (and of its icon)
227 .RE
228 .RS 5
229 -mono assume monochrome (single-plane)
230 .RE
231 .RS 24
232 cartoons; default
233 .RE
234 .RS 5
235 -colour assume colour (multi-plane)
236 .RE
237 .RS 24
238 cartoons
239 .LP
240 .RE
241 .RS 5
242 The following options should not be necessary if cartoons are generated and
243 displayed on the same CPU architecture and screen hardware. They are of use,
244 however, if the CPU or screen differ.
245 .RE
246 .RS 5
247 -rv reverse-video the cartoon
248 .RE
249 .RS 24
250 window
251 .RE
252 .RS 5
253 -planemask <int> value of planemask for displaying
254 .RE
255 .RS 24
256 bitmaps; default = 1
257 .RE
258 .RS 5
259 -lsb assume bit and byte order of
260 .RE
261 .RS 24
262 cartoon is LSBFirst
263 .RE
264 .RS 5
265 -msb assume bit and byte order of
266 .RE
267 .RS 24
268 cartoon is MSBFirst
269 .RE
270 .RS 5
271 -dec alias for '-lsb -rv'
272 .RE
273 .RS 5
274 -sun alias for '-msb'
275 .RE
276
277 .SH SEE ALSO
278 .LP
279 review
280
281 .SH BUGS
282 .LP
283 None currently.
284
285 .SH COPYRIGHT
286 .LP
287 Copyright (c) Applied Psychology Unit, Medical Research Council, 1993-1995
288 .LP
289 Permission to use, copy, modify, and distribute this software without fee
290 is hereby granted for research purposes, provided that this copyright
291 notice appears in all copies and in all supporting documentation, and that
292 the software is not redistributed for any fee (except for a nominal
293 shipping charge). Anyone wanting to incorporate all or part of this
294 software in a commercial product must obtain a license from the Medical
295 Research Council.
296 .LP
297 The MRC makes no representations about the suitability of this
298 software for any purpose. It is provided "as is" without express or
299 implied warranty.
300 .LP
301 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
302 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
303 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
304 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
305 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
306 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
307 SOFTWARE.
308 .LP
309
310 .SH AUTHOR
311 .LP
312 M. Akeroyd, MRC Applied Psychology Unit, Cambridge, UK.