add new chinese translations
This commit is contained in:
9
pages.zh/common/rgb3toppm.md
Normal file
9
pages.zh/common/rgb3toppm.md
Normal 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}}`
|
Reference in New Issue
Block a user