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

12
pages.zh/common/pamoil.md Normal file
View File

@@ -0,0 +1,12 @@
# pamoil
> 将PAM图像转换为油画。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamoil.html>。
- 将PAM图像转换为油画
`pamoil {{path/to/input_file.pam}} > {{path/to/output_file.pam}}`
- 考虑N个像素的邻域以实现“涂抹”效果
`pamoil -n {{N}} {{path/to/input_file.pam}} > {{path/to/output_file.pam}}`