HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ybmtopbm — Convert a Bennet Yee "face" file to PBM. More information: <https://netpbm.sourceforge.net/doc/ybmto

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandconvertfaceclifilebennetyeeybmtopbm

Problem

How to use the ybmtopbm command: Convert a Bennet Yee "face" file to PBM. More information: <https://netpbm.sourceforge.net/doc/ybmtopbm.html>.

Solution

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}}

Code Snippets

Convert a YBM image file to PBM

ybmtopbm {{path/to/input_file.ybm}} > {{path/to/output_file.pbm}}

Context

tldr-pages: common/ybmtopbm

Revisions (0)

No revisions yet.