pbmtobbnbg
Convert PBM bitmaps to BBN BitGraph terminal format
TLDR
Convert a PBM file to BBN BitGraph format
$ pbmtobbnbg [input.pbm] > [output.bg]
Read from standard input$ cat [input.pbm] | pbmtobbnbg > [output.bg]
SYNOPSIS
pbmtobbnbg [pbmfile]
DESCRIPTION
pbmtobbnbg reads a PBM image as input and produces BBN BitGraph graphics terminal format as output. If no file is specified, it reads from standard input.The BitGraph was a graphics terminal manufactured by BBN (Bolt Beranek and Newman). This tool is part of the Netpbm toolkit.
SEE ALSO
pbmtoplot(1), pbmtoascii(1), pbm(1), netpbm(1)
