Page 1 of 1

v7 distortion

Posted: 2016-11-06T08:31:37-07:00
by snibgo
IM v6.9.5-3:
%IM%convert rose: rose: -metric RMSE -format %[distortion] -compare info:
0 <=== This is correct

IM 7.0.2-5
%IMG7%magick rose: rose: -metric RMSE -format %[distortion] -compare info:
1 <=== This is wrong.

Both versions are pre-built binaries, Q16, on Windows 8.1.

Re: v7 distortion

Posted: 2016-11-08T18:11:27-07:00
by magick
Can you check 7.0.3-6, the current release? We get '0' as expected (under Linux).

Re: v7 distortion

Posted: 2016-11-08T18:13:17-07:00
by fmw42
For me on IM 6.9.6-3 Q16 and IM 7.0.3-5 Q16, I get 0 in both cases. Mac OSX Snowleopard.

Re: v7 distortion

Posted: 2016-11-08T22:26:40-07:00
by snibgo
I downloaded and installed ImageMagick-7.0.3-6-Q16-x64-static.exe. "magick -version" says:
Version: ImageMagick 7.0.3-5 Q16 x64 2016-11-08
So I'm not sure what version I now have. But it solved the "%[distortion]" problem. Thanks.