gc*, gd*, ge*, gfortran: add Korean translation (#14294)

This commit is contained in:
HoJeong Im
2024-10-20 23:21:22 +09:00
committed by GitHub
parent 1893788d27
commit 730185e6cf
25 changed files with 494 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# gemtopnm
> GEM 이미지 파일을 PNM 이미지로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/gemtopnm.html>.
- GEM 이미지 파일을 PNM 이미지로 변환.:
`gemtopnm {{경로/대상/파일.img}} > {{경로/대상/출력.pnm}}`
- 지정된 GEM 이미지의 내용을 설명:
`gemtopnm -d {{경로/대상/파일.img}}`
- 버전 정보 표시:
`gemtopnm -version`