pbmtoascii
all
Convert a PBM image to ASCII graphics. See also: `ppmtoascii`, `asciitopgm`, `ppmtoterm`.
More info →Options (1)
-vbooleanDisplay version
Example:
pbmtoascii {{[-v|-version]}}Examples (4)
Read a PBM file as input and produce an ASCII output
pbmtoascii path/to/input_file.pbmRead a PBM file as input and save an ASCII output into a file
pbmtoascii path/to/input_file.pbm > path/to/output_fileRead a PBM file as input while setting the pixel mapping (defaults to 1x2)
pbmtoascii -1x2|2x4 path/to/input_file.pbmDisplay version
pbmtoascii [-v|-version]made by @shridhargupta | data from tldr-pages