From: kramm Date: Tue, 6 Jan 2009 21:41:07 +0000 (+0000) Subject: 'make doc' X-Git-Tag: release-0-9-0~353 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=23c6c9b0eb8b5800d8fcb1a3147e8a09d1bdd31d 'make doc' --- diff --git a/src/font2swf.1 b/src/font2swf.1 index bbb31e3..1b0383c 100644 --- a/src/font2swf.1 +++ b/src/font2swf.1 @@ -28,6 +28,3 @@ be viewable. .TP \fB\-V\fR, \fB\-\-version\fR Print version info and exit -.SH AUTHOR - -Matthias Kramm diff --git a/src/gif2swf.1 b/src/gif2swf.1 index 7058308..62f9fce 100644 --- a/src/gif2swf.1 +++ b/src/gif2swf.1 @@ -1,4 +1,4 @@ -.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. diff --git a/src/jpeg2swf.1 b/src/jpeg2swf.1 index 0cea6c4..7474620 100644 --- a/src/jpeg2swf.1 +++ b/src/jpeg2swf.1 @@ -60,3 +60,4 @@ converted picture is a seperate frame in the target SWF. Rainer Böhme .TP Matthias Kramm + diff --git a/src/jpeg2swf.c b/src/jpeg2swf.c index b53958a..da3c318 100644 --- a/src/jpeg2swf.c +++ b/src/jpeg2swf.c @@ -546,6 +546,7 @@ static struct options_t options[] = { {"y", "yoffset"}, {"X", "width"}, {"Y", "height"}, +{"T", "flashversion"}, {"v", "verbose"}, {"V", "version"}, {"f", "fit-to-movie"}, @@ -593,6 +594,7 @@ void args_callback_usage(char *name) printf("-y , --yoffset vertically offset images by \n"); printf("-X , --width Force movie width to (default: autodetect)\n"); printf("-Y , --height Force movie height to (default: autodetect)\n"); + printf("-T , --flashversion Set flash file version to \n"); printf("-v , --verbose Set verbose level to (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"); diff --git a/src/png2swf.1 b/src/png2swf.1 index 9a8f899..bd0d42f 100644 --- a/src/png2swf.1 +++ b/src/png2swf.1 @@ -53,6 +53,3 @@ compression algorithm is used). .TP \fB\-s\fR, \fB\-\-scale\fR \fIpercent\fR Scale image to \fIpercent\fR% size. -.SH AUTHOR - -Matthias Kramm diff --git a/src/png2swf.c b/src/png2swf.c index ffca258..56ec1e4 100644 --- a/src/png2swf.c +++ b/src/png2swf.c @@ -1059,7 +1059,7 @@ void args_callback_usage(char *name) 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 Scale image to %% size.\n"); + printf("-s , --scale Scale image to % size.\n"); printf("\n"); } diff --git a/src/swfbbox.1 b/src/swfbbox.1 index d710ff1..06bdc07 100644 --- a/src/swfbbox.1 +++ b/src/swfbbox.1 @@ -42,6 +42,3 @@ It can also dump the corners of the bounding boxes of all frames of a movie. .TP \fB\-V\fR, \fB\-\-version\fR Print program version and exit -.SH AUTHOR - -Matthias Kramm diff --git a/src/swfbbox.c b/src/swfbbox.c index 40aad28..9eafc24 100644 --- a/src/swfbbox.c +++ b/src/swfbbox.c @@ -127,8 +127,8 @@ void args_callback_usage(char *name) 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 Set output filename to (for -O)\n"); diff --git a/src/swfc.1 b/src/swfc.1 index 6e2a6ac..b7bb21e 100644 --- a/src/swfc.1 +++ b/src/swfc.1 @@ -26,6 +26,3 @@ Compiles a file written in sc (SWF Script) into a number of SWF files. 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 diff --git a/src/swfcombine.1 b/src/swfcombine.1 index 329b24b..cd98141 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -110,6 +110,3 @@ swfcombine -o combined.swf master.swf foo=slave.swf 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 diff --git a/src/swfcombine.c b/src/swfcombine.c index 25698ee..44c251b 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -285,7 +285,7 @@ void args_callback_usage(char *name) printf("-f , --frame The following identifier is a frame or framelabel, not an id or objectname\n"); printf("-x , --movex x Adjust position of slave by pixels\n"); printf("-y , --movey y Adjust position of slave by pixels\n"); - printf("-s , --scale Adjust size of slave by percent (e.g. 100%% = original size)\n"); + printf("-s , --scale Adjust size of slave by percent (e.g. 100% = original size)\n"); printf("-r , --rate Set movie framerate to (frames/sec)\n"); printf("-X , --width Force movie bbox width to (default: use master width (not with -t))\n"); printf("-Y , --height Force movie bbox height to (default: use master height (not with -t))\n"); diff --git a/src/swfdump.1 b/src/swfdump.1 index f89b2cf..73ce736 100644 --- a/src/swfdump.1 +++ b/src/swfdump.1 @@ -67,6 +67,3 @@ display placement information about objects. .TP \fB\-u\fR, \fB\-\-used\fR Show referred IDs for each Tag. -.SH AUTHOR - -Matthias Kramm diff --git a/src/swfdump.c b/src/swfdump.c index 6c944b6..852d4ab 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -73,8 +73,8 @@ static struct options_t options[] = { {"s", "shapes"}, {"F", "fonts"}, {"p", "placements"}, -{"b", "bbox"}, {"B", "buttons"}, +{"b", "bbox"}, {"X", "width"}, {"Y", "height"}, {"r", "rate"}, @@ -185,6 +185,7 @@ void args_callback_usage(char *name) 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"); diff --git a/src/wav2swf.1 b/src/wav2swf.1 index e06b02c..9978ba3 100644 --- a/src/wav2swf.1 +++ b/src/wav2swf.1 @@ -48,6 +48,3 @@ Takes a wav file and converts it to a swf movie. .TP \fB\-v\fR, \fB\-\-verbose\fR Be more verbose. (Use more than one -v for greater effect) -.SH AUTHOR - -Matthias Kramm