diff --git a/pages/common/pbmtoascii.md b/pages/common/pbmtoascii.md new file mode 100644 index 000000000..e6cb67336 --- /dev/null +++ b/pages/common/pbmtoascii.md @@ -0,0 +1,20 @@ +# pbmtoascii + +> Convert a PBM image to ASCII graphics. +> More information: . + +- Read a PBM file as input and produce an ASCII output: + +`pbmtoascii {{path/to/input_file.pbm}}` + +- Read a PBM file as input and save an ASCII output into a file: + +`pbmtoascii {{path/to/input_file.pbm}} > {{path/to/output_file}}` + +- Read a PBM file as input while setting the pixel mapping (defaults to 1x2): + +`pbmtoascii -{{1x2|2x4}} {{path/to/input_file.pbm}}` + +- Display version: + +`pbmtoascii -version`