pbm*: add Korean translation (#14553)

This commit is contained in:
코드싸이
2024-11-02 22:15:15 +09:00
committed by GitHub
parent 916a7d963d
commit ab4aba8f8e
40 changed files with 500 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# pbmtoxbm
> PBM 이미지를 X11 또는 X10 비트맵으로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pbmtoxbm.html>.
- PBM 이미지를 X11 XBM 파일로 변환:
`pbmtoxbm {{경로/대상/입력_파일.pbm}} > {{경로/대상/출력_파일.xbm}}`
- X11 또는 X10 비트맵을 생성할지 명시적으로 지정:
`pbmtoxbm -{{x11|x10}} {{경로/대상/입력_파일.pbm}} > {{경로/대상/출력_파일.xbm}}`