mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 15:43:04 +00:00
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ybmtopbm
|
|
|
|
> Convert a Bennet Yee "face" file to PBM.
|
|
> More information: <https://netpbm.sourceforge.net/doc/ybmtopbm.html>.
|
|
|
|
- Convert a YBM image file to PBM:
|
|
|
|
`ybmtopbm {{path/to/input_file.ybm}} > {{path/to/output_file.pbm}}`
|