bear, brave, bundler, hi*, hn, holehe: add Korean translation (#14584)

This commit is contained in:
HoJeong Im
2024-11-03 02:05:10 +09:00
committed by GitHub
parent af53340609
commit 208b9d05f6
10 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# hipstopgm
> HIPS 파일을 입력으로 읽고 PGM 이미지를 출력으로 반환.
> HIPS 파일에 2개 이상의 프레임이 연속적으로 포함되어 있는 경우, `hipstopgm`은 모든 프레임을 수직으로 연결함.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/hipstopgm.html>.
- HIPS 파일을 PGM 이미지로 변환:
`hipstopgm {{경로/대상/파일.hips}}`
- 모든 정보 메시지를 억제함:
`hipstopgm -quiet`
- 버전 정보 출력:
`hipstopgm -version`