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

16 lines
392 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.

# bmptopnm
> 将 BMP 文件转换为 PBM、PGM 或 PNM 图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/bmptopnm.html>。
- 生成 PBM、PGM 或 PNM 图像作为输出,以 Windows 或 OS/2 BMP 文件作为输入:
`bmptopnm {{path/to/file.bmp}}`
- 将 BMP 头的内容报告到 `stderr`
`bmptopnm -verbose {{path/to/file.bmp}}`
- 显示版本:
`bmptopnm -version`