snippetbashTip
pbmtobbnbg — Convert a PBM image to a BitGraph graphic. More information: <https://netpbm.sourceforge.net/doc/pbm
Viewed 0 times
commandconvertcliimagebitgraphpbmtobbnbggraphicpbm
Problem
How to use the
pbmtobbnbg command: Convert a PBM image to a BitGraph graphic. More information: <https://netpbm.sourceforge.net/doc/pbmtobbnbg.html>.Solution
pbmtobbnbg — Convert a PBM image to a BitGraph graphic. More information: <https://netpbm.sourceforge.net/doc/pbmtobbnbg.html>.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 < {{path/to/image.pbm}} {{3}} > {{path/to/output.dpd}}Code Snippets
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 < {{path/to/image.pbm}} {{3}} > {{path/to/output.dpd}}Context
tldr-pages: common/pbmtobbnbg
Revisions (0)
No revisions yet.