mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:22:07 +02:00
357 B
357 B
ppmtoterm
Convert a PPM image to an ANSI ISO 6429 ASCII image. See also:
ppmtoascii
,pbmtoascii
,pbmto4425
. More information: https://netpbm.sourceforge.net/doc/ppmtoterm.html.
- Convert a PPM image to an ANSI ISO 6429 ASCII image, mapping each pixel to an individual character:
ppmtoterm {{path/to/input.ppm}} > {{path/to/output.txt}}