asciitopgm: add page (#11050)

This commit is contained in:
Gaurav Padam
2023-10-19 15:18:59 +05:30
committed by K.B.Dharun Krishna
parent e2f77c7d56
commit b579c44334

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`