asciitopgm: add page (#11050)
This commit is contained in:

committed by
K.B.Dharun Krishna

parent
e2f77c7d56
commit
b579c44334
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`
|
Reference in New Issue
Block a user