Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Can anyone explain in detail the results I got? Can you also tell what are max. and min. values for output? If you could refer me to documentation which explains the outputs for rmse in detail... thanks in advance!
The first number is the rmse value pixel values in the range 0 to QuantumRange which looks like Q16 IM or 655535. The second number is normalized to the range 0 to 1. So in this case in percent it would be 7% rmse error.
Hi! Do you know how can I retrieve those values from the first post?
Ex. I want to use the 3739.74 and test it if it's equal to Zero or not in Vbcrispt? If it's zero then the image has no difference.
I'm using Bat actually. Not sure if this is correct.
FOR /F "tokens=*" %%G IN ('compare -metric AE first.png second.png null:') DO SET _value=%%G
and the comparison will take place in vbscript. I actually don't know how to convert this vbcsript. Any help from you will be very much appreciated. Thanks!
Thanks again for your response and to my other post. You are so kind.
Anyways, I just hope that anyone who knows windows scripting would be able to jump in and share their knowledge.
My dilemma is this is a time-constraint project and studying from top gives me a lot of time pressure.