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,24 @@
# palmtopnm
> 将 Palm 位图文件转换为 PNM 图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/palmtopnm.html>。
- 将 Palm 位图转换为 PNM 图像:
`palmtopnm {{path/to/file.palm}} > {{path/to/file.pnm}}`
- 显示输入文件的信息:
`palmtopnm -verbose {{path/to/file.palm}} > {{path/to/file.pnm}}`
- 转换输入文件中包含的图像的第 n 个版本:
`palmtopnm -rendition {{n}} {{path/to/file.palm}} > {{path/to/file.pnm}}`
- 将输入文件中颜色的直方图写入 `stdout`
`palmtopnm -showhist {{path/to/file.palm}} > {{path/to/file.pnm}}`
- 如果设置了,输出输入图像的透明颜色:
`palmtopnm -transparent {{path/to/file.palm}}`