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,17 @@
# hipstopgm
> 读取一个 HIPS 文件作为输入,并返回一个 PGM 图像作为输出。
> 如果 HIPS 文件包含多个帧,`hipstopgm` 将会将所有帧垂直连接在一起。
> 更多信息:<https://netpbm.sourceforge.net/doc/hipstopgm.html>。
- 将 HIPS 文件转换为 PGM 图像:
`hipstopgm {{path/to/file.hips}}`
- 抑制所有信息消息:
`hipstopgm -quiet`
- 显示版本:
`hipstopgm -version`