ppm*: add Korean translation (#14632)
This commit is contained in:
12
pages.ko/common/ppmtopcx.md
Normal file
12
pages.ko/common/ppmtopcx.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# ppmtopcx
|
||||
|
||||
> PPM 이미지를 PCX 파일로 변환.
|
||||
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/ppmtopcx.html>.
|
||||
|
||||
- PPM 이미지를 PCX 파일로 변환:
|
||||
|
||||
`ppmtopcx {{경로/대상/파일.ppm}} > {{경로/대상/파일.pcx}}`
|
||||
|
||||
- 지정된 색상 깊이로 PCX 파일 생성:
|
||||
|
||||
`ppmtopcx -{{8bit|24bit}} {{경로/대상/파일.ppm}} > {{경로/대상/파일.pcx}}`
|
Reference in New Issue
Block a user