# ppmtorgb3 > 将 PPM 文件的颜色组件分离为三个独立的 PGM 文件。 > 另见:`rgb3toppm`。 > 更多信息:。 - 将 PPM 文件的颜色组件分离,输出保存到 `file.red`、`file.grn` 和 `file.blu`: `ppmtorgb3 {{path/to/file.ppm}}`