pbmtobbnbg - Man Page
convert a PBM image into BitGraph graphics
Examples (TL;DR)
- Convert a PBM image to a BitGraph terminal Display Pixel Data sequence:
pbmtobbnbg < path/to/image.pbm > path/to/output.dpd
- Specify the rasterop:
pbmtobbnbg 3 < path/to/image.pbm > path/to/output.dpd
Synopsis
pbmtobbng [rasterop] [x y]
Description
This program is part of Netpbm(1).
pbmtobbnbg reads a PBM image as input and produces BBN BitGraph terminal Display Pixel Data (DPD) sequence as output.
The rasterop can be specified on the command line. If you omit this, the
program uses 3 (replace). You can also specify a position in (x,y)
coordinates. If you give both, the rasterop comes first. The PBM always
comes from Standard Input.
Note that there is no bbnbgtopbm tool.
Options
There are no command line options defined specifically for pbmtobbnbg, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
See Also
pbm(1)
Author
Copyright 1989 by Mike Parker.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at