From: kramm Date: Fri, 14 Jan 2005 06:42:24 +0000 (+0000) Subject: updated man pages. X-Git-Tag: release-0-6-3~41 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a352c93161952291cdb89b63bae9fd7b896118da updated man pages. --- diff --git a/src/font2swf.1 b/src/font2swf.1 index 4883f13..76a64d7 100644 --- a/src/font2swf.1 +++ b/src/font2swf.1 @@ -1,4 +1,4 @@ -.TH font2swf "1" "October 2004" "font2swf" "swftools" +.TH font2swf "1" "January 2005" "font2swf" "swftools" .SH NAME font2swf - Converts a font to SWF. diff --git a/src/gif2swf.1 b/src/gif2swf.1 new file mode 100644 index 0000000..dfa1dfe --- /dev/null +++ b/src/gif2swf.1 @@ -0,0 +1,39 @@ +.TH gif2swf "1" "January 2005" "gif2swf" "swftools" +.SH NAME +gif2swf - Takes a number of gif files and converts them to a swf movie, one +picture per frame. + +.SH Synopsis +.B gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...] + +.SH DESCRIPTION +This tools converts gif image files into an SWF animation. It takes any +number of input pictures, and converts them to SWF one-by-one, where every +converted picture is a seperate frame in the target SWF. + +.SH OPTIONS +.TP +\fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR + Set movie framerate (frames per second) +.TP +\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR + Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) +.TP +\fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR + Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be + smaller, but not playable in Flash Plugins of Version 5 and below. +.TP +\fB\-X\fR, \fB\-\-pixel\fR \fIwidth\fR + Force movie width to \fIwidth\fR (default: autodetect) +.TP +\fB\-Y\fR, \fB\-\-pixel\fR \fIheight\fR + Force movie height to \fIheight\fR (default: autodetect) +.TP +\fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR + Set verbose level (0=quiet, 1=default, 2=debug) +.TP +\fB\-C\fR, \fB\-\-cgi\fR + For use as CGI- prepend http header, write to stdout +.TP +\fB\-V\fR, \fB\-\-version\fR + Print version information and exit diff --git a/src/jpeg2swf.1 b/src/jpeg2swf.1 index 6ec6fe9..96b9c20 100644 --- a/src/jpeg2swf.1 +++ b/src/jpeg2swf.1 @@ -1,4 +1,4 @@ -.TH jpeg2swf "1" "October 2004" "jpeg2swf" "swftools" +.TH jpeg2swf "1" "January 2005" "jpeg2swf" "swftools" .SH NAME jpeg2swf - Converts jpeg images to SWF. diff --git a/src/png2swf.1 b/src/png2swf.1 index de8ec76..08e28c0 100644 --- a/src/png2swf.1 +++ b/src/png2swf.1 @@ -1,6 +1,6 @@ -.TH png2swf "1" "October 2004" "png2swf" "swftools" +.TH png2swf "1" "January 2005" "png2swf" "swftools" .SH NAME -png2swf - Takes a number of png files and converts them to a swf movie, one +png2swf - Takes a number of gif files and converts them to a swf movie, one picture per frame. .SH Synopsis @@ -13,9 +13,7 @@ converted picture is a seperate frame in the target SWF. .PP The way the images are encoded in SWF is very similar to PNG (in that a zlib-based, lossless -compression algorithm is used). Under special circumstances, when the image -is 32 bpp with alpha information, it is converted to (lossy) jpeg compression -though, to preserve the alpha, which can't be encoded in any other way in the SWF. +compression algorithm is used). .SH OPTIONS .TP diff --git a/src/swfbbox.1 b/src/swfbbox.1 index 5e0e46e..9193508 100644 --- a/src/swfbbox.1 +++ b/src/swfbbox.1 @@ -1,4 +1,4 @@ -.TH swfbbox "1" "October 2004" "swfbbox" "swftools" +.TH swfbbox "1" "January 2005" "swfbbox" "swftools" .SH NAME swfbbox - Tool for playing around with SWF bounding boxes. diff --git a/src/swfc.1 b/src/swfc.1 index 782ca78..95099b8 100644 --- a/src/swfc.1 +++ b/src/swfc.1 @@ -1,4 +1,4 @@ -.TH swfc "1" "October 2004" "swfc" "swftools" +.TH swfc "1" "January 2005" "swfc" "swftools" .SH NAME swfc - compile .sc files to swf. diff --git a/src/swfcombine.1 b/src/swfcombine.1 index 537e4a1..a61fcf9 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -1,4 +1,4 @@ -.TH swfcombine "1" "October 2004" "swfcombine" "swftools" +.TH swfcombine "1" "January 2005" "swfcombine" "swftools" .SH NAME swfcombine - a tool for combining swf (flash) files diff --git a/src/wav2swf.1 b/src/wav2swf.1 index fc0551f..f227a07 100644 --- a/src/wav2swf.1 +++ b/src/wav2swf.1 @@ -1,4 +1,4 @@ -.TH wav2swf "1" "October 2004" "wav2swf" "swftools" +.TH wav2swf "1" "January 2005" "wav2swf" "swftools" .SH NAME wav2swf - convert a WAV file to an SWF animation.