diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-09-08 02:45:17 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-09-08 02:45:17 +0000 |
commit | e53aee8fa9e36434f90ae76901a9be48617b966d (patch) | |
tree | f6bdbcb5e4ce32198ea94833025d0a814ee06159 | |
parent | d56c492c410cd2f2bcc714d129a44e9945112eb6 (diff) | |
download | netpbm-mirror-e53aee8fa9e36434f90ae76901a9be48617b966d.tar.gz netpbm-mirror-e53aee8fa9e36434f90ae76901a9be48617b966d.tar.xz netpbm-mirror-e53aee8fa9e36434f90ae76901a9be48617b966d.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4423 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | pamtable.html | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/pamtable.html b/pamtable.html index 9580a135..6e5a2324 100644 --- a/pamtable.html +++ b/pamtable.html @@ -34,6 +34,7 @@ green, blue, white) PPM image with maxval 255 would appear as follows: </span> </pre> +<p>There are other output formats possible. See the command line options. <p>If you care to see only certain rows or columns, use <b>pamcut</b> to filter the input. @@ -67,10 +68,34 @@ comes from Standard Input. <h2 id="options">OPTIONS</h2> -<p>There are no command line options defined specifically -for <b>pamtable</b>, but it recognizes the options common to all -programs based on libnetpbm (See <a href="index.html#commonoptions"> -Common Options</a>.) +<p>In addition to the options common to all programs based on libnetpbm (most +notably <b>-quiet</b>, see <a href="index.html#commonoptions"> Common +Options</a>), <b>pamtable</b> recognizes the following command line options: + +<dl compact> +<dt><b>-tuple</b> + +<dd>Print the tuple values in mathematical tuple notation, like this: + +<pre> +<span style="font-family: monospace"> + + (0, 0, 0) (255, 0, 0) (0, 255, 0) (0, 0, 255) (255, 255, 255) + (0, 0, 0) (255, 0, 0) (0, 255, 0) (0, 0, 255) (255, 255, 255) + +</span> +</pre> + +<p>This option was new in Netpbm 10.11.00 (September 2022). + +<dt><b>-verbose</b> + +<p>Print additional messages about the processing. + +<dd> + +</dl> + <h2 id="seealso">SEE ALSO</h2> |