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.
But if I use AE, I get an error message even with -dissimilarity-threshold 1. That seems to be a bug, since setting -dissimilarity-threshold 1 should permit any dissimilarity. Is that not correct?
Most metrics are normalized, AE is not. The dissimilarity threshold is relative to your metric. For AE and this sequence, use -dissimilarity-threshold 120000.
Thanks. Is the dissimilarity-threshold needed for AE in raw values or normalized values. If I want to compute the worst possible value, then would it be total pixels in the image times 1 or times quantumvalue?