1 .TH gif2swf "1" "January 2005" "gif2swf" "swftools"
3 gif2swf - Takes a number of gif files and converts them to a swf movie, one
7 .B gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...]
10 This tools converts gif image files into an SWF animation. It takes any
11 number of input pictures, and converts them to SWF one-by-one, where every
12 converted picture is a seperate frame in the target SWF.
16 \fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR
17 Set movie framerate (frames per second)
19 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
20 Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
22 \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR
23 Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
24 smaller, but not playable in Flash Plugins of Version 5 and below.
26 \fB\-X\fR, \fB\-\-pixel\fR \fIwidth\fR
27 Force movie width to \fIwidth\fR (default: autodetect)
29 \fB\-Y\fR, \fB\-\-pixel\fR \fIheight\fR
30 Force movie height to \fIheight\fR (default: autodetect)
32 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR
33 Set verbose level (0=quiet, 1=default, 2=debug)
35 \fB\-C\fR, \fB\-\-cgi\fR
36 For use as CGI- prepend http header, write to stdout
38 \fB\-V\fR, \fB\-\-version\fR
39 Print version information and exit