gi*: add Korean translation (#14301)

This commit is contained in:
HoJeong Im
2024-10-21 13:56:59 +09:00
committed by GitHub
parent 88709832c4
commit 46c11730bf
6 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# giftopnm
> GIF 파일을 PNM 이미지로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/giftopnm.html>.
- GIF 이미지를 픽셀 단위의 Netpbm 이미지로 변환:
`giftopnm {{경로/대상/입력파일.gif}} > {{경로/대상/출력파일.pnm}}`
- 버전 정보 표시:
`giftopnm -version`