pbmto4425 (1) - Linux Manuals
pbmto4425: Display PBM images on an AT&T 4425 terminal
NAME
pbmto4425 - Display PBM images on an AT&T 4425 terminal
SYNOPSIS
pbmto4425 [pbmfile]
DESCRIPTION
This program is part of Netpbm(1)
pbmto4425 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.
Copyright (C) 1993 by Robert Perlberg
% pamscale -xscale 2.6 pamfile \
| pamscale -xysize 264 69 \
| ppmtopgm \
| pamditherbw \
| pbmto4425
AUTHOR