compare, convert: rename to magick-{compare,convert} (#12887)

This commit is contained in:
Lena
2024-06-04 06:16:02 +02:00
committed by GitHub
parent 2e3e67d331
commit fa86a39545
9 changed files with 72 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
# compare
# magick compare
> ایجاد یک تصویر مقایسه ای برای مشخص کردن تفاوتهای دو عکس به صورت بصری.
> بخشی از ImageMagick است.
@@ -6,8 +6,8 @@
- مقایسه دو عکس:
`compare {{path/to/image1.png}} {{path/to/image2.png}} {{path/to/diff.png}}`
`magick compare {{path/to/image1.png}} {{path/to/image2.png}} {{path/to/diff.png}}`
- مقایسه دو عکس با استفاده از معیار دلخواه:
`compare -verbose -metric {{PSNR}} {{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}}`