From e53aee8fa9e36434f90ae76901a9be48617b966d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 8 Sep 2022 02:45:17 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4423 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pamtable.html | 33 +++++++++++++++++++++++++++++---- 1 file 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: +

There are other output formats possible. See the command line options.

If you care to see only certain rows or columns, use pamcut to filter the input. @@ -67,10 +68,34 @@ comes from Standard Input.

OPTIONS

-

There are no command line options defined specifically -for pamtable, but it recognizes the options common to all -programs based on libnetpbm (See -Common Options.) +

In addition to the options common to all programs based on libnetpbm (most +notably -quiet, see Common +Options), pamtable recognizes the following command line options: + +

+
-tuple + +
Print the tuple values in mathematical tuple notation, like this: + +
+
+
+        (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)
+
+
+
+ +

This option was new in Netpbm 10.11.00 (September 2022). + +

-verbose + +

Print additional messages about the processing. + +

+ +
+

SEE ALSO

-- cgit 1.4.1