diff -u -r --new-file old/converter/pbm/pbmtoepson.c new/converter/pbm/pbmtoepson.c --- old/converter/pbm/pbmtoepson.c 2020-07-22 13:59:06.000000000 -0500 +++ new/converter/pbm/pbmtoepson.c 2020-07-22 14:07:25.589798129 -0500 @@ -75,7 +75,7 @@ &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 -u -r --new-file old/userguide/cameratopam.html new/userguide/cameratopam.html --- old/userguide/cameratopam.html 2020-07-22 13:59:14.000000000 -0500 +++ new/userguide/cameratopam.html 2020-07-22 14:07:25.588798129 -0500 @@ -24,10 +24,10 @@ [-balance_camera] [-red_scale=float] [-blue_scale=float] -[-brightness=fraction] +[-bright=fraction] [-no_clip_color] [-rgb] -[-secondary] +[-use_secondary] [-linear] [-verbose] @@ -110,7 +110,7 @@
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. @@ -118,14 +118,14 @@
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 -u -r --new-file old/userguide/fiascotopnm.html new/userguide/fiascotopnm.html --- old/userguide/fiascotopnm.html 2020-07-22 13:59:14.000000000 -0500 +++ new/userguide/fiascotopnm.html 2020-07-22 14:05:31.049804465 -0500 @@ -56,7 +56,7 @@ 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 @@ -88,7 +88,7 @@ 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. @@ -118,13 +118,8 @@
  • --config=name -
    -h, --info -
    -Print brief help, then exit. - -
    -H, --help -
    -Print detailed help, then exit. +
    -h, --help +Print help, then exit. diff -u -r --new-file old/userguide/pamperspective.html new/userguide/pamperspective.html --- old/userguide/pamperspective.html 2020-07-22 13:59:14.000000000 -0500 +++ new/userguide/pamperspective.html 2020-07-22 14:07:25.589798129 -0500 @@ -220,7 +220,7 @@ a rectangle the axes of which are parallel to those of the frame.

    The frame options are additive. All the parts of the image -specified by either margin options, --include_frame, or +specified by either margin options, --frame_include, or --include (or their defaults) are in the visible part. The visible part is the smallest possible rectangle that contains the parts specified those three ways. diff -u -r --new-file old/userguide/pbmtoepson.html new/userguide/pbmtoepson.html --- old/userguide/pbmtoepson.html 2020-07-22 13:59:14.000000000 -0500 +++ new/userguide/pbmtoepson.html 2020-07-22 14:07:25.589798129 -0500 @@ -16,7 +16,7 @@ [-dpi=n] [-protocol={escp9|escp}] [-adjacent] -[-nonadjacent] +[-noadjacent] [pbmfile] @@ -75,7 +75,7 @@

    This option was new in Netpbm 10.23 (July 2004).

    -adjacent -
    -nonadjacent +
    -noadjacent
    These options determine whether the output uses "adjacent dot printing" or not, whatever that is.