added author information
authorkramm <kramm>
Tue, 6 Jan 2009 21:40:56 +0000 (21:40 +0000)
committerkramm <kramm>
Tue, 6 Jan 2009 21:40:56 +0000 (21:40 +0000)
src/as3compile.doc
src/font2swf.doc
src/jpeg2swf.doc
src/png2swf.doc
src/swfbbox.doc
src/swfbytes.doc [new file with mode: 0644]
src/swfc.doc
src/swfcombine.doc
src/swfdump.doc
src/wav2swf.doc

index ff06b14..ce8f6b8 100644 (file)
@@ -26,3 +26,6 @@ Compiles a file written in ActionScript to a SWF file.
 -o, --output <filename>
     Set output file to <filename>.
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index eb043a9..c098529 100644 (file)
@@ -21,3 +21,6 @@ be viewable.
 -V, --version
     Print version info and exit
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index dae7c24..ec04d0c 100644 (file)
@@ -45,4 +45,3 @@ converted picture is a seperate frame in the target SWF.
 Rainer Böhme <rfxswf@reflex-studio.de>
 .TP
 Matthias Kramm
-
index b57e020..ed6647b 100644 (file)
@@ -39,3 +39,6 @@ compression algorithm is used).
 -s, --scale <percent>
     Scale image to <percent>% size.
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index 9e67a6c..12877a3 100644 (file)
@@ -28,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>
diff --git a/src/swfbytes.doc b/src/swfbytes.doc
new file mode 100644 (file)
index 0000000..7ea4b9b
--- /dev/null
@@ -0,0 +1,17 @@
+Usage: %s [-OS] file.swf
+
+Tool for simplifying hex-editing SWF files.
+
+With this tool and a text editor, you can perform some basic
+editing operations on SWF files.
+
+-h, --help 
+    Print help and exit
+-v, --verbose
+    Be more verbose
+-V, --version
+    Print program version and exit
+
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index 763a6c5..1a9e08c 100644 (file)
@@ -19,3 +19,6 @@ Compiles a file written in sc (SWF Script) into a number of SWF files.
     This affects only the parts of the .sc file which haven't
     specified an output file themselves. 
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index 44ba1a5..84b7348 100644 (file)
@@ -92,3 +92,6 @@ swfcombine -o combined.swf master.swf foo=slave.swf
 As a result, the slave movie should be visible inside the master movie
 at the position where the rectangle used to be.
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index a9813a5..6ba96d4 100644 (file)
@@ -49,3 +49,6 @@ display placement information about objects.
 -u, --used
     Show referred IDs for each Tag.
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>
index f4093aa..55fdc8f 100644 (file)
@@ -36,3 +36,6 @@ Takes a wav file and converts it to a swf movie.
     Be more verbose
     Be more verbose. (Use more than one -v for greater effect)
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>