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 @@
# ppmdraw
> 通过执行脚本在 PPM 图像上绘制线条、文本等。
> 有关所使用的脚本语言的文档,请通过以下链接访问。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmdraw.html>。
- 通过执行提供的脚本在指定的 PPM 图像上绘制:
`ppmdraw -script '{{setpos 50 50; text_here "hello!"; }}' {{path/to/image.pnm}} > {{path/to/output.pnm}}`
- 通过执行指定文件中的脚本在指定的 PPM 图像上绘制:
`ppmdraw -scriptfile {{path/to/script}} {{path/to/image.pnm}} > {{path/to/output.pnm}}`