snippetbashTip
ybmtopbm — Convert a Bennet Yee "face" file to PBM. More information: <https://netpbm.sourceforge.net/doc/ybmto
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.