add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# pbmtolj
> 将 PBM 文件转换为 HP LaserJet 文件。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtolj.html>。
- 将 PBM 文件转换为 HP LaserJet 文件:
`pbmtolj {{path/to/input.pbm}} > {{path/to/output.lj}}`
- 使用指定的方法压缩输出文件:
`pbmtolj -{{packbits|delta|compress}} {{path/to/input.pbm}} > {{path/to/output.lj}}`
- 指定所需的分辨率:
`pbmtolj -resolution {{75|100|150|300|600}} {{path/to/input.pbm}} > {{path/to/output.lj}}`