From b579c4433468db88d6ed63332e290fc38021d9d3 Mon Sep 17 00:00:00 2001 From: Gaurav Padam <1032201077@tcetmumbai.in> Date: Thu, 19 Oct 2023 15:18:59 +0530 Subject: [PATCH] asciitopgm: add page (#11050) --- pages/common/asciitopgm.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/asciitopgm.md diff --git a/pages/common/asciitopgm.md b/pages/common/asciitopgm.md new file mode 100644 index 000000000..245aa2deb --- /dev/null +++ b/pages/common/asciitopgm.md @@ -0,0 +1,12 @@ +# asciitopgm + +> Convert ASCII graphics into a PGM file. +> More information: . + +- 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`