>> Thanks a lot dlemstra, snibgo, I got it. My IM is indeed using QM 16. With your information, I think I know now the equation that gives the first number in the output for -metric MAE, for the particular case of getting differences between 8bit/color PNG images (R,G,B) where each range is in ...
// Pick a black image RGB (0,0,0) and a white image (255,255,255) and calculate the difference compare -metric MAE black.png white png diff.png 65535 (1) What is the mathematical operation that gives the 65535 result? That is, what is the definition of the function below? dist[ (0,0,0), (255,255,255 ...