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