mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 16:43:08 +00:00
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 {{3}} < {{path/to/image.pbm}} > {{path/to/output.dpd}}`
|