From bd027ee00f588973ad8254a193dfb57744e984a1 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 6 Jan 2009 21:40:56 +0000 Subject: [PATCH] added author information --- src/as3compile.doc | 3 +++ src/font2swf.doc | 3 +++ src/jpeg2swf.doc | 1 - src/png2swf.doc | 3 +++ src/swfbbox.doc | 3 +++ src/swfbytes.doc | 17 +++++++++++++++++ src/swfc.doc | 3 +++ src/swfcombine.doc | 3 +++ src/swfdump.doc | 3 +++ src/wav2swf.doc | 3 +++ 10 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 src/swfbytes.doc diff --git a/src/as3compile.doc b/src/as3compile.doc index ff06b14..ce8f6b8 100644 --- a/src/as3compile.doc +++ b/src/as3compile.doc @@ -26,3 +26,6 @@ Compiles a file written in ActionScript to a SWF file. -o, --output Set output file to . +.SH AUTHOR + +Matthias Kramm diff --git a/src/font2swf.doc b/src/font2swf.doc index eb043a9..c098529 100644 --- a/src/font2swf.doc +++ b/src/font2swf.doc @@ -21,3 +21,6 @@ be viewable. -V, --version Print version info and exit +.SH AUTHOR + +Matthias Kramm diff --git a/src/jpeg2swf.doc b/src/jpeg2swf.doc index dae7c24..ec04d0c 100644 --- a/src/jpeg2swf.doc +++ b/src/jpeg2swf.doc @@ -45,4 +45,3 @@ converted picture is a seperate frame in the target SWF. Rainer Böhme .TP Matthias Kramm - diff --git a/src/png2swf.doc b/src/png2swf.doc index b57e020..ed6647b 100644 --- a/src/png2swf.doc +++ b/src/png2swf.doc @@ -39,3 +39,6 @@ compression algorithm is used). -s, --scale Scale image to % size. +.SH AUTHOR + +Matthias Kramm diff --git a/src/swfbbox.doc b/src/swfbbox.doc index 9e67a6c..12877a3 100644 --- a/src/swfbbox.doc +++ b/src/swfbbox.doc @@ -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 diff --git a/src/swfbytes.doc b/src/swfbytes.doc new file mode 100644 index 0000000..7ea4b9b --- /dev/null +++ b/src/swfbytes.doc @@ -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 diff --git a/src/swfc.doc b/src/swfc.doc index 763a6c5..1a9e08c 100644 --- a/src/swfc.doc +++ b/src/swfc.doc @@ -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 diff --git a/src/swfcombine.doc b/src/swfcombine.doc index 44ba1a5..84b7348 100644 --- a/src/swfcombine.doc +++ b/src/swfcombine.doc @@ -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 diff --git a/src/swfdump.doc b/src/swfdump.doc index a9813a5..6ba96d4 100644 --- a/src/swfdump.doc +++ b/src/swfdump.doc @@ -49,3 +49,6 @@ display placement information about objects. -u, --used Show referred IDs for each Tag. +.SH AUTHOR + +Matthias Kramm diff --git a/src/wav2swf.doc b/src/wav2swf.doc index f4093aa..55fdc8f 100644 --- a/src/wav2swf.doc +++ b/src/wav2swf.doc @@ -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 -- 1.7.10.4