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

17
pages.zh/common/ppmtv.md Normal file
View File

@@ -0,0 +1,17 @@
# ppmtv
> 让 PPM 图像看起来像是从美国电视上拍摄的。
> 按指定的调暗因子0 到 1 之间的数字)将图像数据的每隔一行调暗。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmtv.html>。
- 赋予 PPM 图像美国电视的外观:
`ppmtv {{dim_factor}} {{path/to/file.ppm}} > {{path/to/output.ppm}}`
- 抑制所有信息消息:
`ppmtv -quiet`
- 显示版本:
`ppmtv -version`