X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fpng2swf.doc;h=ed6647bfd48487a88dc42623099788e916676772;hb=a61b92b4ac72cd15ee0f3165f2e7a2f5ac00f156;hp=1f97d593108e5d4ff66ba3ec132421508d3475bd;hpb=6bc6f6368354fb8d16e9a8fb005135a7ac5d16e8;p=swftools.git diff --git a/src/png2swf.doc b/src/png2swf.doc index 1f97d59..ed6647b 100644 --- a/src/png2swf.doc +++ b/src/png2swf.doc @@ -9,27 +9,36 @@ 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). -r, --rate Set movie framerate (frames per second) -o, --output Set name for SWF output file. Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) +-j, --jpeg + Generate a lossy jpeg bitmap inside the SWF, with a given quality (1-100) -z --zlib Enable Flash 6 (MX) Zlib Compression 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. +-T, --flashversion + Set the flash version to generate -X, --pixel Force movie width to (default: autodetect) -Y, --pixel Force movie height to (default: autodetect) -v, --verbose Set verbose level (0=quiet, 1=default, 2=debug) +-q, --quiet + Omit normal log messages, only log errors -C, --cgi For use as CGI- prepend http header, write to stdout -V, --version Print version information and exit +-s, --scale + Scale image to % size. +.SH AUTHOR + +Matthias Kramm