Files
tldr/pages.zh/common/rgb3toppm.md

9 lines
365 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`