diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/pamtable.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/pamtable.1 | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/pamtable.1 b/upstream/opensuse-leap-15-6/man1/pamtable.1 new file mode 100644 index 00000000..f5bed0d2 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/pamtable.1 @@ -0,0 +1,105 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pamtable User Manual" 0 "15 April 2017" "netpbm documentation" + +.SH NAME + +pamtable - print the raster as a table of numerical sample values + +.UN synopsis +.SH SYNOPSIS + +\fBpamtable\fP + +[\fInetpbmfile\fP] + + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpamtable\fP prints the raster of a Netpbm image as a table of numerical +sample values. For example, a 5-pixel wide, 2-pixel high rainbow (black, red, +green, blue, white) PPM image with maxval 255 would appear as follows: + +.nf +\f(CW + + 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 + +\fP +.fi +.PP +If you care to see only certain rows or columns, use \fBpamcut\fP to +filter the input. +.PP +If you care to see only certain planes, use \fBpamchannel\fP to filter the +input. +.PP +\fBpamtable\fP prints vertical bars between tuples, unless there is only +one sample per tuple, in which case it prints a single space between tuples. +.PP +\fBpamtable\fP prints a single space between samples within a tuple. +.PP +For each sample, \fBpamtable\fP prints the numerical value from the Netpbm +image, uninterpreted. It prints it in decimal, right justified in the minimum +number of spaces required to print the maxval of the image. +.PP +If you want the samples to print more densely, use \fBpamdepth\fP to +reduce the maxval (thus making the decimal numbers for the samples narrower). +.PP +The \fBless\fP program (not part of Netpbm) is good for browsing through +the table. Use its \fB--chop-long-lines\fP option and use cursor movement +keys to scroll around in the image. + + +.UN arguments +.SH ARGUMENTS +.PP +The only possible argument is the name of the file containing the input +Netpbm image. This is optional; if you don't specify any arguments, the input +comes from Standard Input. + + +.UN options +.SH OPTIONS +.PP +None. + +.UN seealso +.SH SEE ALSO +.BR "pamfile" (1)\c +\&, +.BR "pamcut" (1)\c +\&, +.BR "pamchannel" (1)\c +\&, +.BR "pnm" (5)\c +\&, +.BR "pam" (5)\c +\&, +.BR "pamslice" (1)\c +\&, +.BR "ppmtoarbtxt" (1)\c +\&, +.BR "ppmtoterm" (1)\c +\&, + + +.UN history +.SH HISTORY +.PP +\fBpamtable\fP was new in Netpbm 10.79 (June 2017). +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pamtable.html +.PP
\ No newline at end of file |