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,12 @@
# pgmtoppm
> 为 PGM 图像上色。
> 更多信息:<https://netpbm.sourceforge.net/doc/pgmtoppm.html>。
- 将输入图像的所有灰度值映射到两个指定颜色之间的所有颜色:
`pgmtoppm -black {{red}} --white {{blue}} {{path/to/input.pgm}} > {{path/to/output.ppm}}`
- 根据指定的调色板将输入图像的所有灰度值映射到颜色:
`pgmtoppm -map {{path/to/colormap.ppm}} {{path/to/input.pgm}} > {{path/to/output.ppm}}`