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

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

# anytopnm
> 将任意类型的图像文件转换为常见的图像格式。
> 更多信息:<https://netpbm.sourceforge.net/doc/anytopnm.html>。
- 将输入图像转换为PBM、PGM或PPM格式无论输入类型如何
`anytopnm {{path/to/input}} > {{path/to/output.pnm}}`
- 显示版本:
`anytopnm -version`