ppm*: add Korean translation (#14632)

This commit is contained in:
코드싸이
2024-11-05 16:04:41 +09:00
committed by GitHub
parent f3d3778eab
commit 23c5de443b
56 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# ppmrainbow
> 무지개 생성.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/ppmrainbow.html>.
- 지정한 색상들로 구성된 무지개 생성:
`ppmrainbow {{색상1 색상2 ...}} > {{경로/대상/출력_파일.ppm}}`
- 출력 크기를 픽셀로 지정:
`ppmrainbow -width {{너비}} -height {{높이}} {{색상1 색상2 ...}} > {{경로/대상/출력_파일.ppm}}`
- 마지막 색상으로 무지개 끝내기, 첫 번째 색상 반복하지 않기:
`ppmrainbow -norepeat {{색상1 색상2 ...}} > {{경로/대상/출력_파일.ppm}}`