If you get the following non-descriptive error message:Uncaught exception 'ImagickException' with message 'Compare images failed'Check your picture dimensions! i compared a 21x20 png to a 20x20 png which resulted in that error. Took me forever to figure out that the dimensions have to be exactly the same.