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 [-balance_camera] [-red_scale=float] [-blue_scale=float] -[-brightness=fraction] +[-bright=fraction] [-no_clip_color] [-rgb] -[-secondary] +[-use_secondary] [-linear] [-verbose] @@ -106,7 +106,7 @@ the default.
Further adjust the color balance by multiplying the red and blue channels by these values. Both default to 1.0. -
-brightness=float +
-bright=float
Change the output brightness. Default is 1.0. @@ -114,14 +114,14 @@ channels by these values. Both default
By default, cameratoapm clips all colors to prevent pink hues in the highlights. Combine this option with --brightness=0.25 to leave the image data completely unclipped. +-bright=0.25 to leave the image data completely unclipped.
-rgb
Write raw camera colors to the output file. By default, cameratoapm converts to sRGB colorspace. -
-secondary +
-use_secondary
For cameras based on the Fuji Super CCD SR, this option causes cameratopam 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). -
-z, --fast +
-r, --fast
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 N. N is 1 (mi is 70. When N=0, then the smoothing amount specified in the FIASCO file is used (defined by the FIASCO coder). -
-F N, --fps=N +
-F N, --framerate=N
Set number of frames per second to N. When using this option, the frame rate specified in the FIASCO file is overridden. @@ -109,13 +109,9 @@ following methods (in the specified orde
  • --config=name -
    -h, --info +
    -h, --help
    -Print brief help, then exit. - -
    -H, --help -
    -Print detailed help, then exit. +Print help, then exit.