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

12 lines
307 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.

# ppmflash
> 使PPM图像文件变亮。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmflash.html>。
- 生成一个输出PPM图像其亮度是输入PPM图像的`flashfactor`倍:
`ppmflash {{flashfactor}} {{path/to/file.ppm}} > {{path/to/file.ppm}}`
- 显示版本:
`ppmflash -version`