1Pamtable User Manual(0) Pamtable User Manual(0)
2
3
4
6 pamtable - print the raster as a table of numerical sample values
7
8
10 pamtable
11
12 [netpbmfile]
13
14
15
17 This program is part of Netpbm(1).
18
19 pamtable prints the raster of a Netpbm image as a table of numerical
20 sample values. For example, a 5-pixel wide, 2-pixel high rainbow
21 (black, red, green, blue, white) PPM image with maxval 255 would appear
22 as follows:
23
24
25 0 0 0|255 0 0| 0 255 0| 0 0 255|255 255 255
26 0 0 0|255 0 0| 0 255 0| 0 0 255|255 255 255
27
28
29 If you care to see only certain rows or columns, use pamcut to filter
30 the input.
31
32 If you care to see only certain planes, use pamchannel to filter the
33 input.
34
35 pamtable prints vertical bars between tuples, unless there is only one
36 sample per tuple, in which case it prints a single space between
37 tuples.
38
39 pamtable prints a single space between samples within a tuple.
40
41 For each sample, pamtable prints the numerical value from the Netpbm
42 image, uninterpreted. It prints it in decimal, right justified in the
43 minimum number of spaces required to print the maxval of the image.
44
45 If you want the samples to print more densely, use pamdepth to reduce
46 the maxval (thus making the decimal numbers for the samples narrower).
47
48 The less program (not part of Netpbm) is good for browsing through the
49 table. Use its --chop-long-lines option and use cursor movement keys
50 to scroll around in the image.
51
52
53
55 The only possible argument is the name of the file containing the input
56 Netpbm image. This is optional; if you don't specify any arguments,
57 the input comes from Standard Input.
58
59
60
62 None.
63
64
66 pamfile(1), pamcut(1), pamchannel(1), pnm(1), pam(1), pamslice(1), ppm‐
67 toarbtxt(1), ppmtoterm(1),
68
69
70
72 pamtable was new in Netpbm 10.79 (June 2017).
73
75 This manual page was generated by the Netpbm tool 'makeman' from HTML
76 source. The master documentation is at
77
78 http://netpbm.sourceforge.net/doc/pamtable.html
79
80netpbm documentation 15 April 2017 Pamtable User Manual(0)