.TP
\fB\-V\fR, \fB\-\-version\fR
Print version info and exit
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
-.TH gif2swf "1" "June 2008" "gif2swf" "swftools"
+.TH gif2swf "1" "January 2009" "gif2swf" "swftools"
.SH NAME
gif2swf - Takes a number of gif files and converts them to a swf movie, one
picture per frame.
Rainer Böhme <rfxswf@reflex-studio.de>
.TP
Matthias Kramm
+
{"y", "yoffset"},
{"X", "width"},
{"Y", "height"},
+{"T", "flashversion"},
{"v", "verbose"},
{"V", "version"},
{"f", "fit-to-movie"},
printf("-y , --yoffset <offset> vertically offset images by <offset>\n");
printf("-X , --width <width> Force movie width to <width> (default: autodetect)\n");
printf("-Y , --height <height> Force movie height to <height> (default: autodetect)\n");
+ printf("-T , --flashversion <version> Set flash file version to <version>\n");
printf("-v , --verbose <level> Set verbose level to <level> (0=quiet, 1=default, 2=debug)\n");
printf("-V , --version Print version information and exit\n");
printf("-f , --fit-to-movie Fit images to movie size\n");
.TP
\fB\-s\fR, \fB\-\-scale\fR \fIpercent\fR
Scale image to \fIpercent\fR% size.
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
printf("-q , --quiet Omit normal log messages, only log errors\n");
printf("-C , --cgi For use as CGI- prepend http header, write to stdout\n");
printf("-V , --version Print version information and exit\n");
- printf("-s , --scale <percent> Scale image to <percent>%% size.\n");
+ printf("-s , --scale <percent> Scale image to <percent>% size.\n");
printf("\n");
}
.TP
\fB\-V\fR, \fB\-\-version\fR
Print program version and exit
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
printf("-h , --help Print help and exit\n");
printf("-b , --bbox Show movie bounding box (default)\n");
printf("-B , --newbbox Show recalculated (optimized/expanded) bounding box\n");
- printf("-e , --expand Write out a new file using the recalculated bounding box\n");
- printf("-O , --optimize Recalculate bounding boxes\n");
+ printf("-e , --expand Write out a new file using the recalculated header bounding box\n");
+ printf("-O , --optimize Recalculate all object bounding boxes (except for the header)\n");
printf("-S , --swifty Print out transformed bounding boxes\n");
printf("-c , --clip Clip bounding boxes to movie size\n");
printf("-o , --output <filename> Set output filename to <filename> (for -O)\n");
Specify output file (Default: output.swf).
This affects only the parts of the .sc file which haven't
specified an output file themselves.
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
As a result, the slave movie should be visible inside the master movie
at the position where the rectangle used to be.
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
printf("-f , --frame The following identifier is a frame or framelabel, not an id or objectname\n");
printf("-x , --movex <xpos> x Adjust position of slave by <xpos> pixels\n");
printf("-y , --movey <ypos> y Adjust position of slave by <ypos> pixels\n");
- printf("-s , --scale <scale> Adjust size of slave by <scale> percent (e.g. 100%% = original size)\n");
+ printf("-s , --scale <scale> Adjust size of slave by <scale> percent (e.g. 100% = original size)\n");
printf("-r , --rate <fps> Set movie framerate to <fps> (frames/sec)\n");
printf("-X , --width <width> Force movie bbox width to <width> (default: use master width (not with -t))\n");
printf("-Y , --height <height> Force movie bbox height to <height> (default: use master height (not with -t))\n");
.TP
\fB\-u\fR, \fB\-\-used\fR
Show referred IDs for each Tag.
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
{"s", "shapes"},
{"F", "fonts"},
{"p", "placements"},
-{"b", "bbox"},
{"B", "buttons"},
+{"b", "bbox"},
{"X", "width"},
{"Y", "height"},
{"r", "rate"},
printf("-s , --shapes Show shape coordinates/styles\n");
printf("-F , --fonts Show font information\n");
printf("-p , --placements Show placement information\n");
+ printf("-B , --buttons Show button information\n");
printf("-b , --bbox Print tag's bounding boxes\n");
printf("-X , --width Prints out a string of the form \"-X width\".\n");
printf("-Y , --height Prints out a string of the form \"-Y height\".\n");
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Be more verbose. (Use more than one -v for greater effect)
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>