mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:55:32 +02:00
asciitopgm: add page (#11050)
This commit is contained in:
parent
e2f77c7d56
commit
b579c44334
1 changed files with 12 additions and 0 deletions
12
pages/common/asciitopgm.md
Normal file
12
pages/common/asciitopgm.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# asciitopgm
|
||||
|
||||
> Convert ASCII graphics into a PGM file.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/asciitopgm.html>.
|
||||
|
||||
- Read ASCII data as input and produce a PGM image with pixel values that are an approximation of the "brightness" of the ASCII characters:
|
||||
|
||||
`asciitopgm {{path/to/input_file}} > {{path/to/output_file.pgm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`asciitopgm -version`
|
Loading…
Add table
Reference in a new issue