mirror of https://github.com/CrimsonTome/tldr.git
9 lines
239 B
Markdown
9 lines
239 B
Markdown
|
# pbmtoptx
|
||
|
|
||
|
> Convert a PBM image into Printronix printer graphics.
|
||
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtoptx.html>.
|
||
|
|
||
|
- Convert a PBM image into a PTX file:
|
||
|
|
||
|
`pbmtoptx {{path/to/image.pbm}} > {{path/to/output.ptx}}`
|