|
|
c6c7cd |
diff --git a/converter/pbm/pbmtoepson.c b/converter/pbm/pbmtoepson.c
|
|
|
c6c7cd |
index 122a438..5d67746 100644
|
|
|
c6c7cd |
--- a/converter/pbm/pbmtoepson.c
|
|
|
c6c7cd |
+++ b/converter/pbm/pbmtoepson.c
|
|
|
c6c7cd |
@@ -75,7 +75,7 @@ parseCommandLine(int argc,
|
|
|
c6c7cd |
&dpiSpec, 0);
|
|
|
c6c7cd |
OPTENT3(0, "adjacent", OPT_FLAG, NULL,
|
|
|
c6c7cd |
&adjacentSpec, 0);
|
|
|
c6c7cd |
- OPTENT3(0, "nonadjacent", OPT_FLAG, NULL,
|
|
|
c6c7cd |
+ OPTENT3(0, "noadjacent", OPT_FLAG, NULL,
|
|
|
c6c7cd |
&nonadjacentSpec, 0);
|
|
|
c6c7cd |
|
|
|
c6c7cd |
opt.opt_table = option_def;
|
|
|
c6c7cd |
diff --git a/userguide/cameratopam.html b/userguide/cameratopam.html
|
|
|
c6c7cd |
index b50bfeb..3af9008 100644
|
|
|
c6c7cd |
--- a/userguide/cameratopam.html
|
|
|
c6c7cd |
+++ b/userguide/cameratopam.html
|
|
|
c6c7cd |
@@ -24,10 +24,10 @@ cameratopam - convert raw camera image to PAM
|
|
|
c6c7cd |
[-balance_camera]
|
|
|
c6c7cd |
[-red_scale=float]
|
|
|
c6c7cd |
[-blue_scale=float]
|
|
|
c6c7cd |
-[-brightness=fraction]
|
|
|
c6c7cd |
+[-bright=fraction]
|
|
|
c6c7cd |
[-no_clip_color]
|
|
|
c6c7cd |
[-rgb]
|
|
|
c6c7cd |
-[-secondary]
|
|
|
c6c7cd |
+[-use_secondary]
|
|
|
c6c7cd |
[-linear]
|
|
|
c6c7cd |
[-verbose]
|
|
|
c6c7cd |
|
|
|
c6c7cd |
@@ -110,7 +110,7 @@ the default.
|
|
|
c6c7cd |
Further adjust the color balance by multiplying the red and blue
|
|
|
c6c7cd |
channels by these values. Both default to 1.0.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
--brightness=float
|
|
|
c6c7cd |
+-bright=float
|
|
|
c6c7cd |
|
|
|
c6c7cd |
Change the output brightness. Default is 1.0.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
@@ -118,14 +118,14 @@ channels by these values. Both default to 1.0.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
By default, cameratoapm clips all colors to prevent pink
|
|
|
c6c7cd |
hues in the highlights. Combine this option with
|
|
|
c6c7cd |
--brightness=0.25 to leave the image data completely unclipped.
|
|
|
c6c7cd |
+-bright=0.25 to leave the image data completely unclipped.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
-rgb
|
|
|
c6c7cd |
|
|
|
c6c7cd |
Write raw camera colors to the output file. By default,
|
|
|
c6c7cd |
cameratoapm converts to sRGB colorspace.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
--secondary
|
|
|
c6c7cd |
+-use_secondary
|
|
|
c6c7cd |
|
|
|
c6c7cd |
For cameras based on the Fuji Super CCD SR, this option causes
|
|
|
c6c7cd |
cameratopam to use the secondary sensors, in effect
|
|
|
c6c7cd |
diff --git a/userguide/fiascotopnm.html b/userguide/fiascotopnm.html
|
|
|
c6c7cd |
index c33f701..fa84441 100644
|
|
|
c6c7cd |
--- a/userguide/fiascotopnm.html
|
|
|
c6c7cd |
+++ b/userguide/fiascotopnm.html
|
|
|
c6c7cd |
@@ -56,7 +56,7 @@ the output file(s) are written to the first (writable) directory of
|
|
|
c6c7cd |
this list. Otherwise, the current directory is used to store the
|
|
|
c6c7cd |
output file(s).
|
|
|
c6c7cd |
|
|
|
c6c7cd |
--z, --fast
|
|
|
c6c7cd |
+-r, --fast
|
|
|
c6c7cd |
|
|
|
c6c7cd |
Decompress images in the 4:2:0 format; i.e., each chroma channel is
|
|
|
c6c7cd |
decompressed to an image of halved width and height. Use this option
|
|
|
c6c7cd |
@@ -88,7 +88,7 @@ given amount N. N is 1 (minimum) to 100 (maximum); default
|
|
|
c6c7cd |
is 70. When N=0, then the smoothing amount specified in the
|
|
|
c6c7cd |
FIASCO file is used (defined by the FIASCO coder).
|
|
|
c6c7cd |
|
|
|
c6c7cd |
--F N, --fps=N
|
|
|
c6c7cd |
+-F N, --framerate=N
|
|
|
c6c7cd |
|
|
|
c6c7cd |
Set number of frames per second to N. When using this option,
|
|
|
c6c7cd |
the frame rate specified in the FIASCO file is overridden.
|
|
|
c6c7cd |
@@ -118,13 +118,8 @@ following methods (in the specified order):
|
|
|
c6c7cd |
--config=name
|
|
|
c6c7cd |
|
|
|
c6c7cd |
|
|
|
c6c7cd |
--h, --info
|
|
|
c6c7cd |
-
|
|
|
c6c7cd |
-Print brief help, then exit.
|
|
|
c6c7cd |
-
|
|
|
c6c7cd |
--H, --help
|
|
|
c6c7cd |
-
|
|
|
c6c7cd |
-Print detailed help, then exit.
|
|
|
c6c7cd |
+-h, --help
|
|
|
c6c7cd |
+Print help, then exit.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
|
|
|
c6c7cd |
|
|
|
c6c7cd |
diff --git a/userguide/pamperspective.html b/userguide/pamperspective.html
|
|
|
c6c7cd |
index 018f18a..13073d2 100644
|
|
|
c6c7cd |
--- a/userguide/pamperspective.html
|
|
|
c6c7cd |
+++ b/userguide/pamperspective.html
|
|
|
c6c7cd |
@@ -223,7 +223,7 @@ default rectangle as the "frame." The visible part is always
|
|
|
c6c7cd |
a rectangle the axes of which are parallel to those of the frame.
|
|
|
c6c7cd |
|
|
|
c6c7cd |
The frame options are additive. All the parts of the image
|
|
|
c6c7cd |
-specified by either margin options, --include_frame, or
|
|
|
c6c7cd |
+specified by either margin options, --frame_include, or
|
|
|
c6c7cd |
--include (or their defaults) are in the visible part. The
|
|
|
c6c7cd |
visible part is the smallest possible rectangle that contains the
|
|
|
c6c7cd |
parts specified those three ways.
|
|
|
c6c7cd |
diff --git a/userguide/pbmtoepson.html b/userguide/pbmtoepson.html
|
|
|
c6c7cd |
index baacf7b..e74a7fe 100644
|
|
|
c6c7cd |
--- a/userguide/pbmtoepson.html
|
|
|
c6c7cd |
+++ b/userguide/pbmtoepson.html
|
|
|
c6c7cd |
@@ -16,7 +16,7 @@ pbmtoepson - convert a PBM image into Epson printer graphics
|
|
|
c6c7cd |
[-dpi=n]
|
|
|
c6c7cd |
[-protocol={escp9|escp}]
|
|
|
c6c7cd |
[-adjacent]
|
|
|
c6c7cd |
-[-nonadjacent]
|
|
|
c6c7cd |
+[-noadjacent]
|
|
|
c6c7cd |
|
|
|
c6c7cd |
[pbmfile]
|
|
|
c6c7cd |
|
|
|
c6c7cd |
@@ -75,7 +75,7 @@ print density for you consistent with your other options.
|
|
|
c6c7cd |
This option was new in Netpbm 10.23 (July 2004).
|
|
|
c6c7cd |
|
|
|
c6c7cd |
-adjacent
|
|
|
c6c7cd |
--nonadjacent
|
|
|
c6c7cd |
+-noadjacent
|
|
|
c6c7cd |
|
|
|
c6c7cd |
These options determine whether the output uses "adjacent dot
|
|
|
c6c7cd |
printing" or not, whatever that is.
|