fixed bug in jpeg2000 decoding
[swftools.git] / src / swfbbox.doc
index be44d72..12877a3 100644 (file)
@@ -9,10 +9,18 @@ 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 bounding boxes
+    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
@@ -20,3 +28,6 @@ It can also dump the corners of the bounding boxes of all frames of a movie.
 -V, --version
     Print program version and exit
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>