logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Convert PBM to ASCII - Image Conversion | Online Free DevTools by Hexmos

Convert PBM to ASCII with pbmtoascii. Transform binary images to readable ASCII art. Free online tool, no registration required.

pbmtoascii

Convert a PBM image to ASCII graphics. See also: ppmtoascii, asciitopgm, ppmtoterm. More information: https://netpbm.sourceforge.net/doc/pbmtoascii.html.

  • 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 {{[-v|-version]}}

See Also