mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
404 B
Markdown
13 lines
404 B
Markdown
![]() |
# pbmtobbnbg
|
||
|
|
||
|
> PBM 이미지를 BitGraph 그래픽으로 변환.
|
||
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pbmtobbnbg.html>.
|
||
|
|
||
|
- PBM 이미지를 BitGraph 터미널 Display Pixel Data 시퀀스로 변환:
|
||
|
|
||
|
`pbmtobbnbg < {{경로/대상/이미지.pbm}} > {{경로/대상/출력.dpd}}`
|
||
|
|
||
|
- rasterop 지정:
|
||
|
|
||
|
`pbmtobbnbg {{3}} < {{경로/대상/이미지.pbm}} > {{경로/대상/출력.dpd}}`
|