From b50ce0a6f2be6e3cbcf7952d75a1d338cf69c5f5 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 6 Jan 2009 21:39:59 +0000 Subject: [PATCH] regenerated --- src/as3compile.1 | 9 +++++++++ src/font2swf.1 | 5 ++++- src/jpeg2swf.1 | 6 ++++-- src/png2swf.1 | 5 ++++- src/swfbbox.1 | 9 ++++++--- src/swfc.1 | 5 ++++- src/swfcombine.1 | 5 ++++- src/swfdump.1 | 8 +++++++- src/wav2swf.1 | 5 ++++- 9 files changed, 46 insertions(+), 11 deletions(-) diff --git a/src/as3compile.1 b/src/as3compile.1 index 6c9bea1..13a4abf 100644 --- a/src/as3compile.1 +++ b/src/as3compile.1 @@ -16,6 +16,12 @@ Compiles a file written in ActionScript to a SWF file. \fB\-V\fR, \fB\-\-version\fR Print version info and exit .TP +\fB\-v\fR, \fB\-\-verbose\fR + Increase verbosity +.TP +\fB\-q\fR, \fB\-\-quiet\fR + Decrease verbosity +.TP \fB\-C\fR, \fB\-\-cgi\fR Output to stdout (for use in CGI environments) .TP @@ -33,3 +39,6 @@ Compiles a file written in ActionScript to a SWF file. .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR Set output file to \fIfilename\fR. +.SH AUTHOR + +Matthias Kramm diff --git a/src/font2swf.1 b/src/font2swf.1 index 0bffea7..bbb31e3 100644 --- a/src/font2swf.1 +++ b/src/font2swf.1 @@ -1,4 +1,4 @@ -.TH font2swf "1" "June 2008" "font2swf" "swftools" +.TH font2swf "1" "January 2009" "font2swf" "swftools" .SH NAME font2swf - Converts a font to SWF. @@ -28,3 +28,6 @@ be viewable. .TP \fB\-V\fR, \fB\-\-version\fR Print version info and exit +.SH AUTHOR + +Matthias Kramm diff --git a/src/jpeg2swf.1 b/src/jpeg2swf.1 index fec545a..0cea6c4 100644 --- a/src/jpeg2swf.1 +++ b/src/jpeg2swf.1 @@ -1,4 +1,4 @@ -.TH jpeg2swf "1" "June 2008" "jpeg2swf" "swftools" +.TH jpeg2swf "1" "January 2009" "jpeg2swf" "swftools" .SH NAME jpeg2swf - Converts jpeg images to SWF. @@ -41,6 +41,9 @@ converted picture is a seperate frame in the target SWF. \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR Force movie height to \fIheight\fR (default: autodetect) .TP +\fB\-T\fR, \fB\-\-flashversion\fR \fIversion\fR + Set flash file version to \fIversion\fR +.TP \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug) .TP @@ -57,4 +60,3 @@ converted picture is a seperate frame in the target SWF. Rainer Böhme .TP Matthias Kramm - diff --git a/src/png2swf.1 b/src/png2swf.1 index 1adca14..9a8f899 100644 --- a/src/png2swf.1 +++ b/src/png2swf.1 @@ -1,4 +1,4 @@ -.TH png2swf "1" "June 2008" "png2swf" "swftools" +.TH png2swf "1" "January 2009" "png2swf" "swftools" .SH NAME png2swf - Takes a number of png files and converts them to a swf movie, one picture per frame. @@ -53,3 +53,6 @@ compression algorithm is used). .TP \fB\-s\fR, \fB\-\-scale\fR \fIpercent\fR Scale image to \fIpercent\fR% size. +.SH AUTHOR + +Matthias Kramm diff --git a/src/swfbbox.1 b/src/swfbbox.1 index c66426e..d710ff1 100644 --- a/src/swfbbox.1 +++ b/src/swfbbox.1 @@ -1,4 +1,4 @@ -.TH swfbbox "1" "June 2008" "swfbbox" "swftools" +.TH swfbbox "1" "January 2009" "swfbbox" "swftools" .SH NAME swfbbox - Tool for playing around with SWF bounding boxes. @@ -23,10 +23,10 @@ It can also dump the corners of the bounding boxes of all frames of a movie. Show recalculated (optimized/expanded) bounding box .TP \fB\-e\fR, \fB\-\-expand\fR - Write out a new file using the recalculated bounding box + Write out a new file using the recalculated header bounding box .TP \fB\-O\fR, \fB\-\-optimize\fR - Recalculate bounding boxes + Recalculate all object bounding boxes (except for the header) .TP \fB\-S\fR, \fB\-\-swifty\fR Print out transformed bounding boxes @@ -42,3 +42,6 @@ It can also dump the corners of the bounding boxes of all frames of a movie. .TP \fB\-V\fR, \fB\-\-version\fR Print program version and exit +.SH AUTHOR + +Matthias Kramm diff --git a/src/swfc.1 b/src/swfc.1 index 088f5dc..6e2a6ac 100644 --- a/src/swfc.1 +++ b/src/swfc.1 @@ -1,4 +1,4 @@ -.TH swfc "1" "June 2008" "swfc" "swftools" +.TH swfc "1" "January 2009" "swfc" "swftools" .SH NAME swfc - compile .sc files to swf. @@ -26,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 diff --git a/src/swfcombine.1 b/src/swfcombine.1 index 9d6ab62..329b24b 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -1,4 +1,4 @@ -.TH swfcombine "1" "June 2008" "swfcombine" "swftools" +.TH swfcombine "1" "January 2009" "swfcombine" "swftools" .SH NAME swfcombine - a tool for combining swf (flash) files @@ -110,3 +110,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.1 b/src/swfdump.1 index b6eab73..f89b2cf 100644 --- a/src/swfdump.1 +++ b/src/swfdump.1 @@ -1,4 +1,4 @@ -.TH swfdump "1" "June 2008" "swfdump" "swftools" +.TH swfdump "1" "January 2009" "swfdump" "swftools" .SH NAME swfdump - Display an SWF file's content. @@ -44,6 +44,9 @@ display placement information about objects. \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 @@ -64,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 diff --git a/src/wav2swf.1 b/src/wav2swf.1 index 1be3bcc..e06b02c 100644 --- a/src/wav2swf.1 +++ b/src/wav2swf.1 @@ -1,4 +1,4 @@ -.TH wav2swf "1" "June 2008" "wav2swf" "swftools" +.TH wav2swf "1" "January 2009" "wav2swf" "swftools" .SH NAME wav2swf - convert a WAV file to an SWF animation. @@ -48,3 +48,6 @@ Takes a wav file and converts it to a swf movie. .TP \fB\-v\fR, \fB\-\-verbose\fR Be more verbose. (Use more than one -v for greater effect) +.SH AUTHOR + +Matthias Kramm -- 1.7.10.4