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

12 lines
292 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.

# ppmtoppm
> 复制一个PPM图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmtoppm.html>。
-`stdin` 复制一个PPM图像即PBM、PGM或PPM图像`stdout`
`ppmtoppm < {{path/to/image.ppm}} > {{path/to/output.ppm}}`
- 显示版本:
`ppmtoppm -version`