new parameter -s textonly
[swftools.git] / src / swfbbox.1
1 .TH swfbbox "1" "April 2009" "swfbbox" "swftools"
2 .SH NAME
3 swfbbox - Tool for playing around with SWF bounding boxes.
4
5 .SH Synopsis
6 .B swfbbox [-OS] file.swf
7
8 .SH DESCRIPTION
9 This tool can, among others, recalculate some bounding boxes of SWFs
10 in order to speed them up or make them smaller.
11 .PP
12 It can also dump the corners of the bounding boxes of all frames of a movie.
13
14 .SH OPTIONS
15 .TP
16 \fB\-h\fR, \fB\-\-help\fR 
17     Print help and exit
18 .TP
19 \fB\-b\fR, \fB\-\-bbox\fR 
20     Show movie bounding box (default)
21 .TP
22 \fB\-B\fR, \fB\-\-newbbox\fR 
23     Show recalculated (optimized/expanded) bounding box
24 .TP
25 \fB\-e\fR, \fB\-\-expand\fR 
26     Write out a new file using the recalculated header bounding box
27 .TP
28 \fB\-O\fR, \fB\-\-optimize\fR 
29     Recalculate all object bounding boxes (except for the header)
30 .TP
31 \fB\-S\fR, \fB\-\-swifty\fR 
32     Print out transformed bounding boxes
33 .TP
34 \fB\-c\fR, \fB\-\-clip\fR 
35     Clip bounding boxes to movie size
36 .TP
37 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
38     Set output filename to \fIfilename\fR (for -O)
39 .TP
40 \fB\-v\fR, \fB\-\-verbose\fR 
41     Be more verbose
42 .TP
43 \fB\-V\fR, \fB\-\-version\fR 
44     Print program version and exit
45 .SH AUTHOR
46
47 Matthias Kramm <kramm@quiss.org>