X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fpng2swf.1;h=d566ffbe2f9e9a5b449fd19aea52206d2322750d;hb=f3bc04e70501213ea1d9d2aa22d5c2fa550dab3f;hp=de8ec7685e04d042732d80ca644ea4f55b2e7196;hpb=488fd34c0d37b4702deb88fc39d6a8b3dca45f04;p=swftools.git diff --git a/src/png2swf.1 b/src/png2swf.1 index de8ec76..d566ffb 100644 --- a/src/png2swf.1 +++ b/src/png2swf.1 @@ -1,4 +1,4 @@ -.TH png2swf "1" "October 2004" "png2swf" "swftools" +.TH png2swf "1" "January 2007" "png2swf" "swftools" .SH NAME png2swf - Takes a number of png files and converts them to a swf movie, one picture per frame. @@ -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 @@ -29,6 +27,9 @@ though, to preserve the alpha, which can't be encoded in any other way in the SW 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 @@ -38,8 +39,14 @@ though, to preserve the alpha, which can't be encoded in any other way in the SW \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.