v7 distortion

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

v7 distortion

Post 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.
snibgo's IM pages: im.snibgo.com
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: v7 distortion

Post by magick »

Can you check 7.0.3-6, the current release? We get '0' as expected (under Linux).
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: v7 distortion

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: v7 distortion

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply