summaryrefslogtreecommitdiff
path: root/src/swfbbox.doc
blob: 12877a3762523498e40b9e5024a8bb99fd989216 (plain)
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
Usage: %s [-OS] file.swf

Tool for playing around with SWF bounding boxes.

This tool can, among others, recalculate some bounding boxes of SWFs
in order to speed them up or make them smaller.
.PP
It can also dump the corners of the bounding boxes of all frames of a movie.

-h, --help 
    Print help and exit
-b, --bbox
    Show movie bounding box (default)
-B, --newbbox
    Show recalculated (optimized/expanded) bounding box
-e, --expand
    Write out a new file using the recalculated header bounding box
-O, --optimize 
    Recalculate all object bounding boxes (except for the header)
-S, --swifty
    Print out transformed bounding boxes
-c, --clip                    
    Clip bounding boxes to movie size
-o, --output <filename>
    Set output filename to <filename> (for -O)
-v, --verbose
    Be more verbose
-V, --version
    Print program version and exit

.SH AUTHOR

Matthias Kramm <kramm@quiss.org>