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,12 +1,12 @@
# compare
# magick compare
> 2 छवियों के बीच अंतर देखें।
> अधिक जानकारी: <https://imagemagick.org/script/compare.php>
- 2 छवियों की तुलना करें:
`compare {{छवि1.png}} {{छवि2.png}} {{अंतर.png}}`
`magick compare {{छवि1.png}} {{छवि2.png}} {{अंतर.png}}`
- कस्टम मीट्रिक का उपयोग करके 2 छवियों की तुलना करें:
`compare -verbose -metric {{PSNR}} {{छवि1.png}} {{छवि2.png}} {{अंतर.png}}`
`magick compare -verbose -metric {{PSNR}} {{छवि1.png}} {{छवि2.png}} {{अंतर.png}}`