cdf609915c
- fix documentation - fix ppmfade exit status
92 lines
3.5 KiB
Diff
92 lines
3.5 KiB
Diff
diff -up netpbm-10.35.58/converter/pbm/pbmtoepson.c.docfix netpbm-10.35.58/converter/pbm/pbmtoepson.c
|
|
--- netpbm-10.35.58/converter/pbm/pbmtoepson.c.docfix 2009-01-19 09:24:03.000000000 +0100
|
|
+++ netpbm-10.35.58/converter/pbm/pbmtoepson.c 2009-04-15 09:10:52.000000000 +0200
|
|
@@ -74,7 +74,7 @@ parseCommandLine(int arg
|
|
&dpiSpec, 0);
|
|
OPTENT3(0, "adjacent", OPT_FLAG, NULL,
|
|
&adjacentSpec, 0);
|
|
- OPTENT3(0, "nonadjacent", OPT_FLAG, NULL,
|
|
+ OPTENT3(0, "noadjacent", OPT_FLAG, NULL,
|
|
&nonadjacentSpec, 0);
|
|
|
|
opt.opt_table = option_def;
|
|
diff -up netpbm-10.35.58/userguide/cameratopam.html.docfix netpbm-10.35.58/userguide/cameratopam.html
|
|
--- netpbm-10.35.58/userguide/cameratopam.html.docfix 2009-01-19 09:24:18.000000000 +0100
|
|
+++ netpbm-10.35.58/userguide/cameratopam.html 2009-04-15 09:16:16.000000000 +0200
|
|
@@ -25,10 +25,10 @@ cameratopam - convert raw camera image t
|
|
[<b>-balance_camera</b>]
|
|
[<b>-red_scale=</b><i>float</i>]
|
|
[<b>-blue_scale=</b><i>float</i>]
|
|
-[<b>-brightness=</b><i>fraction</i>]
|
|
+[<b>-bright=</b><i>fraction</i>]
|
|
[<b>-no_clip_color</b>]
|
|
[<b>-rgb</b>]
|
|
-[<b>-secondary</b>]
|
|
+[<b>-use_secondary</b>]
|
|
[<b>-linear</b>]
|
|
[<b>-verbose</b>]
|
|
|
|
@@ -106,7 +106,7 @@ the default.
|
|
<dd>Further adjust the color balance by multiplying the red and blue
|
|
channels by these values. Both default to 1.0.
|
|
|
|
-<dt><b>-brightness=</b><i>float</i>
|
|
+<dt><b>-bright=</b><i>float</i>
|
|
|
|
<dd>Change the output brightness. Default is 1.0.
|
|
|
|
@@ -114,14 +114,14 @@ channels by these values. Both default
|
|
|
|
<dd>By default, <b>cameratoapm</b> clips all colors to prevent pink
|
|
hues in the highlights. Combine this option with
|
|
-<b>-brightness=0.25</b> to leave the image data completely unclipped.
|
|
+<b>-bright=0.25</b> to leave the image data completely unclipped.
|
|
|
|
<dt><b>-rgb</b>
|
|
|
|
<dd>Write raw camera colors to the output file. By default,
|
|
<b>cameratoapm</b> converts to sRGB colorspace.
|
|
|
|
-<dt><b>-secondary</b>
|
|
+<dt><b>-use_secondary</b>
|
|
|
|
<dd>For cameras based on the Fuji Super CCD SR, this option causes
|
|
<b>cameratopam</b> to use the secondary sensors, in effect
|
|
diff -up netpbm-10.35.58/userguide/fiascotopnm.html.docfix netpbm-10.35.58/userguide/fiascotopnm.html
|
|
--- netpbm-10.35.58/userguide/fiascotopnm.html.docfix 2009-01-19 09:24:18.000000000 +0100
|
|
+++ netpbm-10.35.58/userguide/fiascotopnm.html 2009-04-15 09:10:52.000000000 +0200
|
|
@@ -51,7 +51,7 @@ the output file(s) are written to the fi
|
|
this list. Otherwise, the current directory is used to store the
|
|
output file(s).
|
|
|
|
-<DT><B>-z</B>, <B>--fast</B>
|
|
+<DT><B>-r</B>, <B>--fast</B>
|
|
<DD>
|
|
Decompress images in the 4:2:0 format; i.e., each chroma channel is
|
|
decompressed to an image of halved width and height. Use this option
|
|
@@ -83,7 +83,7 @@ given amount <I>N</I>. <I>N</I> is 1 (mi
|
|
is 70. When <I>N</I>=0, then the smoothing amount specified in the
|
|
FIASCO file is used (defined by the FIASCO coder).
|
|
|
|
-<DT><B>-F</B> <I>N</I>, <B>--fps=</B><I>N</I>
|
|
+<DT><B>-F</B> <I>N</I>, <B>--framerate=</B><I>N</I>
|
|
<DD>
|
|
Set number of frames per second to <I>N</I>. When using this option,
|
|
the frame rate specified in the FIASCO file is overridden.
|
|
@@ -109,13 +109,9 @@ following methods (in the specified orde
|
|
<LI>--config=<I>name</I>
|
|
</OL>
|
|
|
|
-<DT><B>-h</B>, <B>--info</B>
|
|
+<DT><B>-h</B>, <B>--help</B>
|
|
<DD>
|
|
-Print brief help, then exit.
|
|
-
|
|
-<DT><B>-H</B>, <B>--help</B>
|
|
-<DD>
|
|
-Print detailed help, then exit.
|
|
+Print help, then exit.
|
|
|
|
</DL>
|
|
|