From 3179b1780ba30713190e78af01f9c5d6ee1656c8 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 16 Dec 2023 18:47:13 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4803 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- fiascotopnm.html | 2 +- ilbmtoppm.html | 2 +- pamlevels.html | 2 +- pamscale.html | 2 +- pamtosrf.html | 2 +- pamtris.html | 2 +- pbmpage.html | 2 +- pbmtoppa.html | 2 +- pfm.html | 2 +- pnmconvol.html | 4 ++-- pnmpad.html | 5 +++-- pnmsmooth.html | 2 +- pnmtojbig.html | 2 +- pnmtorle.html | 2 +- ppmglobe.html | 2 +- winicontoppm.html | 4 ++-- 16 files changed, 20 insertions(+), 19 deletions(-) diff --git a/fiascotopnm.html b/fiascotopnm.html index c33f7012..e0b2e47a 100644 --- a/fiascotopnm.html +++ b/fiascotopnm.html @@ -109,7 +109,7 @@ the syntax. Options of fiascotopnm are set by any of the following methods (in the specified order):
    -
  1. Global ressource file /etc/system.fiascorc +
  2. Global resource file /etc/system.fiascorc
  3. $HOME/.fiascorc diff --git a/ilbmtoppm.html b/ilbmtoppm.html index 2e6ace5b..e403d502 100644 --- a/ilbmtoppm.html +++ b/ilbmtoppm.html @@ -88,7 +88,7 @@ transparency mask. The mask file is a PBM image which maps to the input image with white pixels representing transparent pixels in the image and black pixels representing opaque pixels. -

    If you don't specfy this, or the image does not contain transparency +

    If you don't specify this, or the image does not contain transparency information, ilbmtoppm does not create a mask file.

    -cmaponly diff --git a/pamlevels.html b/pamlevels.html index 51d6281f..7f61e635 100644 --- a/pamlevels.html +++ b/pamlevels.html @@ -75,7 +75,7 @@ In the examples below, \ denotes a line continuation: -f1 black -t1 black -f2 white -t2 white \ -f3 white:0.5 -t3 white:0.6 in.ppm > out.ppm -The latter tranformation is similar to gamma-correction. +The latter transformation is similar to gamma-correction.

    OPTIONS

    diff --git a/pamscale.html b/pamscale.html index 278d1903..81d27465 100644 --- a/pamscale.html +++ b/pamscale.html @@ -483,7 +483,7 @@ to justify the implementation effort. -filter or -windowoption. For most of them, you're on your own to figure out just what the function is and what kind of scaling it does. These are common functions from mathematics. Note that some of these make -sense only as filter functions and some make sense only as window funcions. +sense only as filter functions and some make sense only as window functions.
    point diff --git a/pamtosrf.html b/pamtosrf.html index a2c6330b..169a652d 100644 --- a/pamtosrf.html +++ b/pamtosrf.html @@ -37,7 +37,7 @@ for 3D oblique views of the vehicle and the second for overhead views. Each image is a horizontal concatenation of 36 square images, each rotated 10 degrees from the previous, thereby covering the full 360 degree circle. You could create this concatenation with pamcat -lr and you could -create the invidual views with pnmrotate. +create the individual views with pnmrotate.

    One way to use pamtosrf is to get an SRF file, convert it to PAM diff --git a/pamtris.html b/pamtris.html index 7283a1d4..537e3d53 100644 --- a/pamtris.html +++ b/pamtris.html @@ -310,7 +310,7 @@ the closed range [1, 8192].

    -num_attribs=attributes_per_vertex
    This is the number of attributes per vertex. The depth of the output -PAM images equals this value plus one (to accomodate the alpha plane). The +PAM images equals this value plus one (to accommodate the alpha plane). The argument must be an integer in the closed range [1, 20].

    The input instruction stream may override this with a reset diff --git a/pbmpage.html b/pbmpage.html index f97e92d3..2e9b4888 100644 --- a/pbmpage.html +++ b/pbmpage.html @@ -89,7 +89,7 @@ wide x 11" high).

    AUTHOR

    -Tim Norman. Copyright (C) 1998. Licensed under GNU Public License +Tim Norman. Copyright (C) 1998. Licensed under GNU General Public License

    Manual page by Bryan Henderson, May 2000. Contributed to the public domain by its author. diff --git a/pbmtoppa.html b/pbmtoppa.html index f4e695d1..50e9ce4c 100644 --- a/pbmtoppa.html +++ b/pbmtoppa.html @@ -290,7 +290,7 @@ written by Michael Buehlmann.

    AUTHOR

    -

    Tim Norman. Copyright (C) 1998. Licensed under GNU Public License +

    Tim Norman. Copyright (C) 1998. Licensed under GNU General Public License

    Manual page by Bryan Henderson, May 2000. diff --git a/pfm.html b/pfm.html index f6f26c92..5f91674d 100644 --- a/pfm.html +++ b/pfm.html @@ -30,7 +30,7 @@ Its goal is not consistent with those of Netpbm formats.

    A PFM image is a stream of bytes. The stream consists of a header followed immediately by a raster. These two components are described -below. There are no delimeters before or after the sections as +below. There are no delimiters before or after the sections as described.

    PFM header

    diff --git a/pnmconvol.html b/pnmconvol.html index f03405c0..d32b3a24 100644 --- a/pnmconvol.html +++ b/pnmconvol.html @@ -217,8 +217,8 @@ than the image's maxval. I.e. it isn't even a real PNM file.

    The way you select this method of supplying the convolution matrix is to not specify -matrix or -matrixfile. When you do that, -you must specify a second non-option argument -- that is the name of the PNM -file (or PNM equivalent PAM file). +you must specify the name of the PNM file (or PNM equivalent PAM file) as a +non-option argument (before the optional input file name).

    There are two ways pnmconvol interprets the PNM convolution matrix image pixels as weights: with offsets, and without offsets. diff --git a/pnmpad.html b/pnmpad.html index 785e80f7..5569c21d 100644 --- a/pnmpad.html +++ b/pnmpad.html @@ -2,7 +2,7 @@ Pnmpad User Manual

    pnmpad

    -Updated: 14 November 2023 +Updated: 09 December 2023
    Table Of Contents @@ -125,7 +125,8 @@ specified padding, pnmpad ignores -width.

    If you specify all three of -width, -left, and -right, you must ensure that the -left and -right padding are sufficient to make the image at least as wide as --width specifies. Otherwise, pnmpad fails. +-width specifies, and in that case -width has no effect on the +output. Otherwise, pnmpad fails.

    When you specify -width without -left or -right, and -width is larger than the input image, diff --git a/pnmsmooth.html b/pnmsmooth.html index 567bfe11..76c2c2a7 100644 --- a/pnmsmooth.html +++ b/pnmsmooth.html @@ -24,7 +24,7 @@ space in place of the equals sign to separate an option name from its value.

    This program is part of Netpbm.

    pnmsmooth smoothes out an image by replacing each pixel with the -average of its width X height neighbors. It is implemented as a progam that +average of its width X height neighbors. It is implemented as a program that invokes pnmconvol with an appropriate convolution matrix.

    OPTIONS

    diff --git a/pnmtojbig.html b/pnmtojbig.html index 09507faa..7cff8fb9 100644 --- a/pnmtojbig.html +++ b/pnmtojbig.html @@ -125,7 +125,7 @@ adaptive template pixel is always zero.
    -t number
    Encode only the specified number of most significant bit planes. -This option allows to reduce the depth of an input PGM file if not all +This option allows one to reduce the depth of an input PGM file if not all bits per pixel are needed in the output.
    -o number diff --git a/pnmtorle.html b/pnmtorle.html index 82491eb6..529d5b09 100644 --- a/pnmtorle.html +++ b/pnmtorle.html @@ -75,7 +75,7 @@ the -verbose option except that no file conversion takes place.
    This option causes pnmtorle to include a transparency channel in the output image. The transparency channel is based on the image: Wherever a -pixel is black, the corresponding trasparency value is transparent. +pixel is black, the corresponding transparency value is transparent. Everywhere else, the transparency value is fully opaque.
    -outfile outfile diff --git a/ppmglobe.html b/ppmglobe.html index 8828fad7..1909b796 100644 --- a/ppmglobe.html +++ b/ppmglobe.html @@ -35,7 +35,7 @@ which it is the cylindrical projection. paper. There are lots of different ways cartographers show the three dimensional information in such a two dimensional map. The cylindrical projection is one. You could make a cylindrical projection by tracing as -folows: wrap a rectangular sheet of paper around the globe, touching the globe +follows: wrap a rectangular sheet of paper around the globe, touching the globe at the Equator. For each point of color on the globe, run a horizontal line from the axis of the globe through that point and out to the paper. Mark the same color on the paper there. Lay the paper out flat and you have a diff --git a/winicontoppm.html b/winicontoppm.html index a35b406a..4cd8256b 100644 --- a/winicontoppm.html +++ b/winicontoppm.html @@ -30,7 +30,7 @@ better. converts it to one or more PPMs.

    A Windows icon contains one or more images, at different resolutions -and color depths. Each image has an 'and' mask, which contains transparancy +and color depths. Each image has an 'and' mask, which contains transparency data.

    By default, the output goes to Standard Output. If you specify @@ -58,7 +58,7 @@ command line options:

    -writeands -
    For each icon written, also write the 'and' (transparancy) mask as +
    For each icon written, also write the 'and' (transparency) mask as a separate PBM file. It's name is of the form ppmdestfile_and.pbm or ppmdestfile_and_1.pbm. -- cgit 1.4.1