initial revision.
[swftools.git] / src / gif2swf.doc
1 Usage: %s [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...]
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 gif 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
10 -r, --rate <framerate>
11     Set movie framerate (frames per second)
12 -o, --output <filename>
13     Set name for SWF output file.
14     Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
15 -z  --zlib    <zlib>        
16     Enable Flash 6 (MX) Zlib Compression
17     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
18     smaller, but not playable in Flash Plugins of Version 5 and below.
19 -X, --pixel <width>
20     Force movie width to <width> (default: autodetect)
21 -Y, --pixel <height>
22     Force movie height to <height> (default: autodetect)
23 -v, --verbose <level>
24     Set verbose level (0=quiet, 1=default, 2=debug)
25 -C, --cgi
26     For use as CGI- prepend http header, write to stdout
27 -V, --version
28     Print version information and exit
29