Files
tldr/pages.zh/common/ppmtoterm.md

9 lines
361 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ppmtoterm
> 将 PPM 图像转换为 ANSI ISO 6429 ASCII 图像。
> 另见:`ppmtoascii``pbmtoascii``pbmto4425`。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmtoterm.html>。
- 将 PPM 图像转换为 ANSI ISO 6429 ASCII 图像,将每个像素映射到一个单独的字符:
`ppmtoterm {{path/to/input.ppm}} > {{path/to/output.txt}}`