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

20
pages.ko/common/ppmcie.md Normal file
View File

@@ -0,0 +1,20 @@
# ppmcie
> CIE 색상 차트를 PPM 이미지로 그리기.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/ppmcie.html>.
- REC709 색상 시스템을 사용하여 CIE 색상 차트를 PPM 이미지로 그리기:
`ppmcie > {{경로/대상/출력.ppm}}`
- 사용할 색상 시스템 지정:
`ppmcie -{{cie|ebu|hdtv|ntsc|smpte}} > {{경로/대상/출력.ppm}}`
- 개별 조명의 위치 지정:
`ppmcie -{{red|green|blue}} {{xpos ypos}} > {{경로/대상/출력.ppm}}`
- 맥스웰 삼각형 외부 영역을 흐리지 않음:
`ppmcie -full > {{경로/대상/출력.ppm}}`