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,9 @@
# rgb3toppm
> 将三张PGM图像合并为一张PPM图像。
> 另见:`ppmtorgb3`。
> 更多信息:<https://netpbm.sourceforge.net/doc/rgb3toppm.html>。
- 将三张PGM图像表示红色、绿色和蓝色分量合并为一张PPM图像
`rgb3toppm {{path/to/red_file.ppm}} {{path/to/green_file.ppm}} {{path/to/blue_file.ppm}} > {{path/to/output.ppm}}`