Search found 3 matches

by antananarivu
2011-11-10T05:13:16-07:00
Forum: Users
Topic: How to extract the compare parametr (1.#inf) for further use
Replies: 4
Views: 7858

Re: How to extract the compare parametr (1.#inf) for further

I am not a windows user, but the compare results go to std error, so in unix one would do: string=`compare -metric rmse rose: rose: null: 2>&1` echo $string 0 (0) I do not know how to do this in windows, but you may get some ideas from http://www.imagemagick.org/Usage/windows/ thats great i managed ...
by antananarivu
2011-11-10T04:49:15-07:00
Forum: Users
Topic: How to extract the compare parametr (1.#inf) for further use
Replies: 4
Views: 7858

Re: How to extract the compare parametr (1.#inf) for further

I am not certain what you mean by 1.#inf The 'inf' looks like a floating-point infinite value, but I have never seen that output from compare. if i compare two identical images, i get the cmd line 1.#inf so it looks like "ImageMagick\compare.exe" -metric PSNR "Screenshots\first.jpg" "Screenshots ...
by antananarivu
2011-11-09T13:10:33-07:00
Forum: Users
Topic: How to extract the compare parametr (1.#inf) for further use
Replies: 4
Views: 7858

How to extract the compare parametr (1.#inf) for further use

Hi guys, i've been looking for the compare program for a long time and found image magick - thats great and this one works from cmd it just the thig i was looking for I am using Imagemagick's Compare.exe. My problem is how to handle the "1.#INF" and output it to the file or somewhere, to use it ...