1 .TH swfbbox "1" "January 2009" "swfbbox" "swftools"
3 swfbbox - Tool for playing around with SWF bounding boxes.
6 .B swfbbox [-OS] file.swf
9 This tool can, among others, recalculate some bounding boxes of SWFs
10 in order to speed them up or make them smaller.
12 It can also dump the corners of the bounding boxes of all frames of a movie.
16 \fB\-h\fR, \fB\-\-help\fR
19 \fB\-b\fR, \fB\-\-bbox\fR
20 Show movie bounding box (default)
22 \fB\-B\fR, \fB\-\-newbbox\fR
23 Show recalculated (optimized/expanded) bounding box
25 \fB\-e\fR, \fB\-\-expand\fR
26 Write out a new file using the recalculated header bounding box
28 \fB\-O\fR, \fB\-\-optimize\fR
29 Recalculate all object bounding boxes (except for the header)
31 \fB\-S\fR, \fB\-\-swifty\fR
32 Print out transformed bounding boxes
34 \fB\-c\fR, \fB\-\-clip\fR
35 Clip bounding boxes to movie size
37 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
38 Set output filename to \fIfilename\fR (for -O)
40 \fB\-v\fR, \fB\-\-verbose\fR
43 \fB\-V\fR, \fB\-\-version\fR
44 Print program version and exit
47 Matthias Kramm <kramm@quiss.org>