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