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 @@
# magick compare
> 创建一个比较图像,以直观地注释两个图像之间的差异。
> 另见:`magick`。
> 更多信息:<https://imagemagick.org/script/compare.php>。
- 比较两个图像:
`magick compare {{path/to/image1.png}} {{path/to/image2.png}} {{path/to/diff.png}}`
- 使用指定的度量比较两个图像:
`magick compare -verbose -metric {{PSNR}} {{path/to/image1.png}} {{path/to/image2.png}} {{path/to/diff.png}}`