mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
asciitopgm: add Korean translation (#11583)
This commit is contained in:
parent
bd81725879
commit
513a6cd893
1 changed files with 12 additions and 0 deletions
12
pages.ko/common/asciitopgm.md
Normal file
12
pages.ko/common/asciitopgm.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# asciitopgm
|
||||
|
||||
> ASCII 그래픽을 PGM 파일로 변환합니다.
|
||||
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/asciitopgm.html>.
|
||||
|
||||
- ASCII 데이터를 입력으로 읽고 ASCII 문자의 "밝기"에 가까운 픽셀 값을 사용하여 PGM 이미지를 생성:
|
||||
|
||||
`asciitopgm {{경로/대상/입력_파일}} > {{경로/대상/출력_파일.pgm}}`
|
||||
|
||||
- 버전 정보 표시:
|
||||
|
||||
`asciitopgm -version`
|
Loading…
Add table
Reference in a new issue