asciitopgm: add page (#11050)

pull/23/head
Gaurav Padam 2023-10-19 15:18:59 +05:30 committed by K.B.Dharun Krishna
parent e2f77c7d56
commit b579c44334
No known key found for this signature in database
GPG Key ID: 1B8ECA406788AFA4
1 changed files with 12 additions and 0 deletions

View 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`