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