fixed bug in jpeg2000 decoding
[swftools.git] / src / swfdump.1
index f9c40bb..0bde677 100644 (file)
@@ -1,4 +1,4 @@
-.TH swfdump "1" "October 2004" "swfdump" "swftools"
+.TH swfdump "1" "April 2009" "swfdump" "swftools"
 .SH NAME
 swfdump - Display an SWF file's content.
 
@@ -26,6 +26,9 @@ display placement information about objects.
 \fB\-e\fR, \fB\-\-html\fR 
     Print out html code for embedding the file
 .TP
+\fB\-E\fR, \fB\-\-xhtml\fR 
+    Print out xhtml code for embedding the file
+.TP
 \fB\-a\fR, \fB\-\-action\fR 
     Disassemble action tags
 .TP
@@ -35,9 +38,18 @@ display placement information about objects.
 \fB\-s\fR, \fB\-\-shapes\fR 
     Show shape coordinates/styles
 .TP
+\fB\-F\fR, \fB\-\-fonts\fR 
+    Show font information
+.TP
 \fB\-p\fR, \fB\-\-placements\fR 
     Show placement information
 .TP
+\fB\-B\fR, \fB\-\-buttons\fR 
+    Show button information
+.TP
+\fB\-b\fR, \fB\-\-bbox\fR 
+    Print tag's bounding boxes
+.TP
 \fB\-X\fR, \fB\-\-width\fR 
     Print out the horizontal dimension of the movie, in a string of the form "-X width"
 .TP
@@ -55,3 +67,6 @@ display placement information about objects.
 .TP
 \fB\-u\fR, \fB\-\-used\fR 
     Show referred IDs for each Tag.
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>