Compare two images, asserting through a threshold value.
This library is designed to make comparison using the following engines:
- PIL Engine
- RMS (Root-Mean Square) Engine
- PerceptualDiff Engine (add the PerceptualDiff binary in your $PATH first)
Most of this work is based on the great needle (https://github.com/bfirsh/needle) library with some improvement.