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,16 @@
# pbmtolj
> PBM 파일을 HP LaserJet 파일로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pbmtolj.html>.
- PBM 파일을 HP LaserJet 파일로 변환:
`pbmtolj {{경로/대상/입력.pbm}} > {{경로/대상/output.lj}}`
- 지정된 방법으로 출력 파일 압축:
`pbmtolj -{{packbits|delta|compress}} {{경로/대상/입력.pbm}} > {{경로/대상/output.lj}}`
- 필요한 해상도 지정:
`pbmtolj -resolution {{75|100|150|300|600}} {{경로/대상/입력.pbm}} > {{경로/대상/output.lj}}`