new parameter addspacechars
[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 -l, --loop <loop count>       
20     Set loop count. (default: 0 [=infinite loop])
21 -X, --pixel <width>
22     Force movie width to <width> (default: autodetect)
23 -Y, --pixel <height>
24     Force movie height to <height> (default: autodetect)
25 -v, --verbose <level>
26     Set verbose level (0=quiet, 1=default, 2=debug)
27 -C, --cgi
28     For use as CGI- prepend http header, write to stdout
29 -V, --version
30     Print version information and exit
31