add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# 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`