1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.TH flipbook 1
.SH NAME
flipbook \- multi-frame editor and viewer derived from drawtool
.SH SYNOPSIS
.B flipbook
.I [-bookgeom] ['X-params'] [file]
.SH DESCRIPTION
flipbook is a program derived from idraw/drawtool that supports
multi-frame graphic display. The zeroth frame is always visible as
the background frame, and in front of it is displayed the current
frame (1 thru n).
.PP
The Frame menu controls the frame display mechanism. The operations
are:
.PP
Menu Item Keyboard Description
-------------- -------- -----------
Move Forward ^F move forward one frame
Move Backward ^B move backward one frame
Goto First Frame move to the first frame
Goto Last Frame move to the last frame
New Forward F create new frame in front of the current
frame and make it the current frame
New Backward B create new frame in back of the current
frame and make it the current frame
Delete D delete current frame (the zeroth frame
can never be deleted)
By default a flipbook document is positioned on the first frame
when opened (if one exists). "Move Backward" can be used to move to
the background frame when positioned on the first frame. "Move
Forward" then returns to the first frame.
The New command creates a document with only a background frame. The
"New After" command can then be used to initialize the first frame
("New Before" does not work when the current frame is the background
frame).
flipbook save/restores its documents with a script language
specific to flipbook (and possibly programs derived from
flipbook). Idraw format drawings can be imported via the "Import
Graphic" command (under the File menu). "Export Graphic" exports
currently selected graphics in the idraw format. The Print command
(under the File menu) generates a multi-page Postscript document, one
page per frame except for the zeroth frame.
.SH SEE ALSO
drawtool, idraw
.SH WEB PAGE
http://www.vectaport.com/ivtools/flipbook.html
|