ppmtoterm, ppmtoascii, pbmto4425: add pages; pbmtoascii: edit page (#12426)

This commit is contained in:
Juri Dispan
2024-03-02 17:28:40 +01:00
committed by GitHub
parent 509dcea0d3
commit 50d5c647b5
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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}}`