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,9 @@
# diffimg
> 计算两幅图像之间的交集。
> 注意:支持的文件扩展名有 `.png`、`.gif`、`.jpg`、`.ps`。
> 更多信息:<https://manned.org/diffimg>。
- 计算图像之间的交集并输出一幅图像,其中每个像素是输入图像中对应像素之间的差异:
`diffimg {{path/to/input_image1.ext}} {{path/to/input_image2.ext}} {{path/to/output_image.ext}}`