compare: add Hindi translation (#8641)

This commit is contained in:
Abhishek Keshri
2022-10-03 00:17:33 +05:30
committed by GitHub
parent 8f89fb49d3
commit 463a8d7ef5

View File

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