bmptopnm, bmptoppm, bob: add Korean translation (#13743)

This commit is contained in:
HoJeong Im
2024-09-22 01:39:34 +09:00
committed by GitHub
parent fda9af4dfa
commit 88b7bee74f
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# bmptopnm
> BMP 파일을 PBM, PGM 또는 PNM 이미지로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/bmptopnm.html>.
- Windows 또는 OS/2 BMP 파일의 경우, PBM, PGM 또는 PNM 이미지를 출력으로 생성:
`bmptopnm {{경로/대상/file.bmp}}`
- BMP 헤더의 내용을 `stderr`에 보고:
`bmptopnm -verbose {{경로/대상/file.bmp}}`
- 버전 표시:
`bmptopnm -version`