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

12 lines
302 B
Markdown
Raw 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.

# imgtoppm
> 将各种图像文件格式转换为 PPM可移植像素图格式。
> 更多信息:<https://netpbm.sourceforge.net/doc/imgtoppm.html>。
- 将输入图像转换为 PPM 格式:
`imgtoppm {{路径/到/输入}} > {{路径/到/输出.ppm}}`
- 显示版本:
`imgtoppm -version`