fixed bug in jpeg2000 decoding
[swftools.git] / src / swfc.1
index 95099b8..efca89c 100644 (file)
@@ -1,4 +1,4 @@
-.TH swfc "1" "January 2005" "swfc" "swftools"
+.TH swfc "1" "April 2009" "swfc" "swftools"
 .SH NAME
 swfc - compile .sc files to swf.
 
@@ -16,6 +16,9 @@ Compiles a file written in sc (SWF Script) into a number of SWF files.
 \fB\-V\fR, \fB\-\-version\fR 
     Print version info and exit
 .TP
+\fB\-C\fR, \fB\-\-cgi\fR 
+    Output to stdout (for use in CGI environments)
+.TP
 \fB\-v\fR, \fB\-\-verbose\fR 
     Increase verbosity. Use more than one \fB-v\fR for greater effect.
 .TP
@@ -23,3 +26,6 @@ Compiles a file written in sc (SWF Script) into a number of SWF files.
     Specify output file (Default: output.swf). 
     This affects only the parts of the .sc file which haven't
     specified an output file themselves. 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>