common/r*: add Korean translation (#14644)
* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
16
pages.ko/common/rletopnm.md
Normal file
16
pages.ko/common/rletopnm.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# rletopnm
|
||||
|
||||
> Utah Raster Tools RLE 이미지 파일을 PNM 파일로 변환.
|
||||
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/rletopnm.html>.
|
||||
|
||||
- RLE 이미지를 PNM 파일로 변환:
|
||||
|
||||
`rletopnm {{경로/대상/입력.rle}} > {{경로/대상/출력.pnm}}`
|
||||
|
||||
- RLE 파일의 알파 채널을 포함하는 PGM 이미지 생성:
|
||||
|
||||
`rletopnm -alphaout {{경로/대상/알파_파일.pgm}} {{경로/대상/입력.rle}} > {{경로/대상/출력.pnm}}`
|
||||
|
||||
- 자세한 모드로 작동하고 RLE 헤더의 내용을 `stdout`에 출력:
|
||||
|
||||
`rletopnm -verbose {{경로/대상/입력.rle}} > {{경로/대상/출력.pnm}}`
|
Reference in New Issue
Block a user