X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fpng2swf.1;h=e69679f530e762faeff4a05a0b4c14a3503865b1;hp=08e28c0dbc17c1df348eb889dcc08e404ec3bc1d;hb=70dd52c811db9f1a38a472a37135986accc4c06e;hpb=a352c93161952291cdb89b63bae9fd7b896118da diff --git a/src/png2swf.1 b/src/png2swf.1 index 08e28c0..e69679f 100644 --- a/src/png2swf.1 +++ b/src/png2swf.1 @@ -1,6 +1,6 @@ -.TH png2swf "1" "January 2005" "png2swf" "swftools" +.TH png2swf "1" "April 2009" "png2swf" "swftools" .SH NAME -png2swf - Takes a number of gif files and converts them to a swf movie, one +png2swf - Takes a number of png files and converts them to a swf movie, one picture per frame. .SH Synopsis @@ -23,10 +23,16 @@ compression algorithm is used). \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) .TP +\fB\-j\fR, \fB\-\-jpeg\fR \fIquality\fR + Generate a lossy jpeg bitmap inside the SWF, with a given quality (1-100) +.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\-T\fR, \fB\-\-flashversion\fR + Set the flash version to generate +.TP \fB\-X\fR, \fB\-\-pixel\fR \fIwidth\fR Force movie width to \fIwidth\fR (default: autodetect) .TP @@ -36,8 +42,17 @@ compression algorithm is used). \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR Set verbose level (0=quiet, 1=default, 2=debug) .TP +\fB\-q\fR, \fB\-\-quiet\fR + Omit normal log messages, only log errors +.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 +.TP +\fB\-s\fR, \fB\-\-scale\fR \fIpercent\fR + Scale image to \fIpercent\fR% size. +.SH AUTHOR + +Matthias Kramm