mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
8 lines
239 B
Markdown
8 lines
239 B
Markdown
# 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}}`
|