-.TH png2swf "1" "January 2007" "png2swf" "swftools"
+.TH png2swf "1" "January 2008" "png2swf" "swftools"
.SH NAME
png2swf - Takes a number of png files and converts them to a swf movie, one
picture per frame.
\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
.TP
+\fB\-j\fR, \fB\-\-jpeg\fR \fIquality\fR
+ Generate a lossy jpeg bitmap inside the SWF, with a given quality (1-100)
+.TP
\fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR
Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
smaller, but not playable in Flash Plugins of Version 5 and below.
-o, --output <filename>
Set name for SWF output file.
Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
+-j, --jpeg <quality>
+ Generate a lossy jpeg bitmap inside the SWF, with a given quality (1-100)
-z --zlib <zlib>
Enable Flash 6 (MX) Zlib Compression
Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
-.TH swfdump "1" "January 2007" "swfdump" "swftools"
+.TH swfdump "1" "January 2008" "swfdump" "swftools"
.SH NAME
swfdump - Display an SWF file's content.
\fB\-s\fR, \fB\-\-shapes\fR
Show shape coordinates/styles
.TP
+\fB\-F\fR, \fB\-\-fonts\fR
+ Show font information
+.TP
\fB\-p\fR, \fB\-\-placements\fR
Show placement information
.TP
{"a", "action"},
{"t", "text"},
{"s", "shapes"},
+{"F", "fonts"},
{"p", "placements"},
{"b", "bbox"},
{"X", "width"},
printf("-a , --action Disassemble action tags\n");
printf("-t , --text Show text fields (like swfstrings).\n");
printf("-s , --shapes Show shape coordinates/styles\n");
+ printf("-F , --fonts Show font information\n");
printf("-p , --placements Show placement information\n");
printf("-b , --bbox Print tag's bounding boxes\n");
printf("-X , --width Prints out a string of the form \"-X width\".\n");