> The following doesn't work (myFile.txt will be empty)
> compare -metric MSE image1.png image2.png res.png > myFile.txt

The output is written to stderr instead of stdout (for what reason 
ever), thus

compare -metric MSE image1.png image2.png res.png 2> myFile.txt

will do the trick (at least on my Windows machine).

Wolfgang Hugemann
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to