X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fpng2swf.doc;h=ed6647bfd48487a88dc42623099788e916676772;hb=60c0d1f208a941d251f049bb9c10d5a1a69e076d;hp=090172e9d2f353a1153e3c5c9f6d2237e6c2117c;hpb=39acca5fa97d3f0522f32d98c8913525d45c2c47;p=swftools.git diff --git a/src/png2swf.doc b/src/png2swf.doc index 090172e..ed6647b 100644 --- a/src/png2swf.doc +++ b/src/png2swf.doc @@ -1,6 +1,6 @@ Usage: %s [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...] -Takes a number of gif files and converts them to a swf movie, one +Takes a number of png files and converts them to a swf movie, one picture per frame. This tools converts png image files into an SWF animation. It takes any @@ -16,18 +16,29 @@ compression algorithm is used). -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