1 .TH png2swf "1" "October 2001" "png2swf" "swftools"
3 png2swf - convert one or more PNG pictures to swf
5 .B png2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...]
7 Takes a number of png files and converts them to a swf movie, one
10 (SWF files are animation files which can be displayed in Web Browsers using
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
17 \fB\-V\fR, \fB\-\-version\fR
18 Print version info and exit
20 \fB\-X\fR, \fB\-\-width\fR \fIscale\fR
21 Force movie width to \fIscale\fR (default: autodetect)
23 \fB\-Y\fR, \fB\-\-height\fR \fIscale\fR
24 Force movie height to \fIscale\fR (default: autodetect)
26 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
27 Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
29 \fB\-r\fR, \fB\-\-framerate\fR \fIrate\fR
30 Set movie framerate (100/sec)
34 Matthias Kramm <kramm@quiss.org>
36 Rainer Böhme <rfxswf@reflex-studio.de>