home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pbmto4425.1 < prev    next >
Text File  |  1996-11-18  |  974b  |  34 lines

  1. .TH PBMTO4425 1
  2. .SH NAME
  3. pbmto4425 \- Display PBM images on an AT&T 4425 terminal
  4. .SH SYNOPSIS
  5. \fBpbmto4425 \fP[\fIpbmfile\fP]
  6. .SH DESCRIPTION
  7. \fIPbmto4425\fP displays PBM format images on an AT&T 4425 ASCII terminal
  8. using that terminal's mosaic graphics character set.  The program
  9. should also work with other VT100-like terminals with mosaic
  10. graphics
  11. character sets such as the C. Itoh CIT-101, but it has not
  12. yet been tested on terminals other than the 4425.
  13. .PP
  14. \fIPbmto4425\fP puts the terminal into 132 column mode to
  15. achieve the maximum resolution of the terminal.  In this
  16. mode the terminal has a resolution of 264 columns by 69
  17. rows.  The pixels have an aspect ratio of 1:2.6, therefore
  18. an image should be processed before being displayed in a
  19. manner such as this:
  20. .PP
  21. .RS
  22. .nf
  23. \fB% pnmscale \-xscale 2.6 \fP\fIpnmfile\fP \fB\\
  24. .RS
  25. | pnmscale \-xysize 264 69 \\
  26. | ppmtopgm \\
  27. | pgmtopbm \\
  28. | pbmto4425\fP
  29. .RE
  30. .fi
  31. .RE
  32. .SH AUTHOR
  33. Copyright (C) 1993 by Robert Perlberg
  34.