1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ybmtopbm.md

232 B

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