removed outdated section about jpeg.
[swftools.git] / src / png2swf.doc
1 Usage: %s [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...]
2
3 Takes a number of gif files and converts them to a swf movie, one
4 picture per frame.
5
6 This tools converts png image files into an SWF animation. It takes any
7 number of input pictures, and converts them to SWF one-by-one, where every
8 converted picture is a seperate frame in the target SWF. 
9 .PP
10 The way the
11 images are encoded in SWF is very similar to PNG (in that a zlib-based, lossless
12 compression algorithm is used).
13
14 -r, --rate <framerate>
15     Set movie framerate (frames per second)
16 -o, --output <filename>
17     Set name for SWF output file.
18     Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
19 -z  --zlib    <zlib>        
20     Enable Flash 6 (MX) Zlib Compression
21     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
22     smaller, but not playable in Flash Plugins of Version 5 and below.
23 -X, --pixel <width>
24     Force movie width to <width> (default: autodetect)
25 -Y, --pixel <height>
26     Force movie height to <height> (default: autodetect)
27 -v, --verbose <level>
28     Set verbose level (0=quiet, 1=default, 2=debug)
29 -C, --cgi
30     For use as CGI- prepend http header, write to stdout
31 -V, --version
32     Print version information and exit
33