diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/pbmto4425.1 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pbmto4425.1 b/upstream/opensuse-tumbleweed/man1/pbmto4425.1 new file mode 100644 index 00000000..1b4c7f93 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/pbmto4425.1 @@ -0,0 +1,75 @@ +\ +.\" 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 "Pbmto4425 User Manual" 0 "1994" "netpbm documentation" + +.SH NAME + +pbmto4425 - Display PBM images on an AT&T 4425 terminal + +.UN synopsis +.SH SYNOPSIS + +\fBpbmto4425\fP +[\fIpbmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpbmto4425\fP displays PBM format images on an AT&T 4425 ASCII +terminal using that terminal's mosaic graphics character set. The +program should also work with other VT100-like terminals with mosaic +graphics character sets such as the C. Itoh CIT-101, but it has not +yet been tested on terminals other than the 4425. +.PP +\fBPbmto4425\fP puts the terminal into 132 column mode to achieve +the maximum resolution of the terminal. In this mode the terminal has +a resolution of 264 columns by 69 rows. The pixels have an aspect +ratio of 1:2.6, therefore an image should be processed before being +displayed in a manner such as this: + +.nf +\fB% pamscale -xscale 2.6 \fP\fIpamfile\fP \fB\e + | pamscale -xysize 264 69 \e + | ppmtopgm \e + | pamditherbw \e + | pbmto4425\fP + +.fi + +.UN options +.SH OPTIONS +.PP +There are no command line options defined specifically +for \fBpbmto4425\fP, but it recognizes the options common to all +programs based on libnetpbm (See +.UR index.html#commonoptions + Common Options +.UE +\&.) + +.UN seealso +.SH SEE ALSO +.BR "pbmtoascii" (1)\c +\&, +.BR "ppmtoterm" (1)\c +\&, +.BR "pbm" (5)\c +\& + +.UN author +.SH AUTHOR + +Copyright (C) 1993 by Robert Perlberg +.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/pbmto4425.html +.PP
\ No newline at end of file |