mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 07:43:43 +00:00
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# brushtopbm
|
|
|
|
> Convert a Xerox doodle brush file into a PBM image.
|
|
> More information: <https://netpbm.sourceforge.net/doc/brushtopbm.html>.
|
|
|
|
- Generate a PBM file as output for a Xerox doodle brush file as input:
|
|
|
|
`brushtopbm {{path/to/file.brush}}`
|
|
|
|
- Display version:
|
|
|
|
`brushtopbm {{[-v|-version]}}`
|