blob: 1b4c7f9394fc232345e7f79c8fd58832059d4661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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
|