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,13 @@
# pnmquantall
> 在多个文件上同时运行 `pnmquant`,使它们共享一个公共的调色板。
> 另见:`pnmquant`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pnmquantall.html>。
- 使用指定的参数在多个文件上运行 `pnmquant`,覆盖原始文件:
`pnmquantall {{n_colors}} {{path/to/input1.pnm path/to/input2.pnm ...}}`
- 将量化后的图像保存为与输入文件同名但附加指定扩展名的文件:
`pnmquantall -ext {{extension}} {{n_colors}} {{path/to/input1.pnm path/to/input2.pnm ...}}`