IM review | compare
Posted: 2013-08-01T08:18:21-07:00
There are nine metrics implemented. This is very handy and one may only wonder, why the compare function does not work with only two or maybe beyond referenced metrics only with one image.
Concentrating on referenced metrics (i.e. compare A with B) it might be nice, not to be forced to write a third image, but to get the measurement result for other purposes. This both is not possible at this time or I stood on my own feet.
This works & pipes the output of the "-list filter" option to a text-file
This returns a blank text-file
On the page http://www.imagemagick.org/script/comma ... ptions.php is a small spelling irritation with "-list metrics" and not "-list metric". But that is a tine one, that's true
Best regards,
rengel
Concentrating on referenced metrics (i.e. compare A with B) it might be nice, not to be forced to write a third image, but to get the measurement result for other purposes. This both is not possible at this time or I stood on my own feet.
This works & pipes the output of the "-list filter" option to a text-file
Code: Select all
convert -list filter >file.txt
Code: Select all
compare -verbose -metric PSNR IMAGE-A IMAGE-B IMAGE-C >file.txt
Best regards,
rengel