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 PPM to ASCII - Generate ASCII Art | Online Free DevTools by Hexmos

Convert PPM to ASCII with ppmtoascii. Generate ASCII art from images using ANSI terminal color codes. Free online tool, no registration required.

ppmtoascii

Convert a PPM image to an ASCII image using ANSI terminal color codes. See also: ppmtoterm, pbmtoascii, pbmto4425. More information: https://netpbm.sourceforge.net/doc/ppmtoascii.html.

  • Convert a PPM image to an ASCII image, combining an area of 1x2 pixels into a character:

ppmtoascii {{path/to/input.ppm}} > {{path/to/output.txt}}

  • Convert a PPM image to an ASCII image, combining an area of 2x4 pixels into a character:

ppmtoascii -2x4 {{path/to/input.ppm}} > {{path/to/output.txt}}

See Also