'make doc'
authorkramm <kramm>
Tue, 6 Jan 2009 21:41:07 +0000 (21:41 +0000)
committerkramm <kramm>
Tue, 6 Jan 2009 21:41:07 +0000 (21:41 +0000)
14 files changed:
src/font2swf.1
src/gif2swf.1
src/jpeg2swf.1
src/jpeg2swf.c
src/png2swf.1
src/png2swf.c
src/swfbbox.1
src/swfbbox.c
src/swfc.1
src/swfcombine.1
src/swfcombine.c
src/swfdump.1
src/swfdump.c
src/wav2swf.1

index bbb31e3..1b0383c 100644 (file)
@@ -28,6 +28,3 @@ be viewable.
 .TP
 \fB\-V\fR, \fB\-\-version\fR 
     Print version info and exit
-.SH AUTHOR
-
-Matthias Kramm <kramm@quiss.org>
index 7058308..62f9fce 100644 (file)
@@ -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.
index 0cea6c4..7474620 100644 (file)
@@ -60,3 +60,4 @@ converted picture is a seperate frame in the target SWF.
 Rainer Böhme <rfxswf@reflex-studio.de>
 .TP
 Matthias Kramm
+
index b53958a..da3c318 100644 (file)
@@ -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 <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");
index 9a8f899..bd0d42f 100644 (file)
@@ -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 <kramm@quiss.org>
index ffca258..56ec1e4 100644 (file)
@@ -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 <percent>         Scale image to <percent>%% size.\n");
+    printf("-s , --scale <percent>         Scale image to <percent>% size.\n");
     printf("\n");
 }
 
index d710ff1..06bdc07 100644 (file)
@@ -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 <kramm@quiss.org>
index 40aad28..9eafc24 100644 (file)
@@ -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 <filename>       Set output filename to <filename> (for -O)\n");
index 6e2a6ac..b7bb21e 100644 (file)
@@ -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 <kramm@quiss.org>
index 329b24b..cd98141 100644 (file)
@@ -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 <kramm@quiss.org>
index 25698ee..44c251b 100644 (file)
@@ -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 <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");
index f89b2cf..73ce736 100644 (file)
@@ -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 <kramm@quiss.org>
index 6c944b6..852d4ab 100644 (file)
@@ -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");
index e06b02c..9978ba3 100644 (file)
@@ -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 <kramm@quiss.org>