mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
337 B
Markdown
13 lines
337 B
Markdown
![]() |
# ppmflash
|
||
|
|
||
|
> PPM 이미지 파일을 밝게 조정.
|
||
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/ppmflash.html>.
|
||
|
|
||
|
- 입력 PPM 이미지보다 `flashfactor` 배 밝은 출력 PPM 이미지 생성:
|
||
|
|
||
|
`ppmflash {{flashfactor}} {{경로/대상/파일.ppm}} > {{경로/대상/파일.ppm}}`
|
||
|
|
||
|
- 버전 표시:
|
||
|
|
||
|
`ppmflash -version`
|