pgm*: add Korean translation (#14631)

This commit is contained in:
코드싸이
2024-11-05 16:04:29 +09:00
committed by GitHub
parent 229809dca1
commit f3d3778eab
21 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# pgmtolispm
> PGM 이미지를 Lisp Machine 형식으로 변환.
> 같이 보기: `lispmtopgm`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pgmtolispm.html>.
- 지정된 PGM 이미지를 Lisp Machine 형식으로 변환:
`pgmtolispm {{경로/대상/입력.pgm}} > {{경로/대상/출력.lispm}}`