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 @@
# pamdice
> 垂直或水平切片 Netpbm 图像。
> 另请参见:`pamundice`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamdice.html>。
- 切片一个 Netpbm 图像,使得生成的图块具有指定的高度和宽度:
`pamdice -outstem {{path/to/filename_stem}} -height {{value}} -width {{value}} {{path/to/input.ppm}}`
- 使生成的部分在水平方向和垂直方向上重叠指定的量:
`pamdice -outstem {{path/to/filename_stem}} -height {{value}} -width {{value}} -hoverlap {{value}} -voverlap {{value}} {{path/to/input.ppm}}`