v7 %[distortion]
Posted: 2016-05-15T14:52:02-07:00
On Windows, pre-built Q16 integer binaries.
v6.9.2-5 gives a correct result:
v7.0.1-3 gives a wrong result:
(RMSE values should always be in the range 0.0 to 1.0, with 0.0 meaning perfect match and 1.0 meaning as far apart as they can get.)
v7 RMSE %[distortion] values are wrong. I haven't tested other metrics.
v6.9.2-5 gives a correct result:
Code: Select all
%IM%convert rose: ( rose: -modulate 100,99,100 ) -metric RMSE -format "%[distortion]" -compare info:
0.00185604
Code: Select all
%IMG7%magick rose: ( rose: -modulate 100,99,100 ) -metric RMSE -format "%[distortion]" -compare info:
1.0003
v7 RMSE %[distortion] values are wrong. I haven't tested other metrics.