fixed bug in jpeg2000 decoding
[swftools.git] / src / swfbbox.doc
index 3f165e8..12877a3 100644 (file)
@@ -14,11 +14,13 @@ It can also dump the corners of the bounding boxes of all frames of a movie.
 -B, --newbbox
     Show recalculated (optimized/expanded) bounding box
 -e, --expand
-    Write out a new file using the recalculated bounding box
+    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
@@ -26,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>