I made a quick fix to analyzer.py which crashes if given images of different
size. As I can't tell explictly which pairs of images I wish to have compared,
I need the program not to crash if it tries to compare images of different
size. This allows me to create a set of cropped images which will result in the
correct dff:s.
I added a try catch, but maybe the analyzer should anyways check the image
geometries and tell that the images are not of the same size instead of just a
generic error.
Original issue reported on code.google.com by
[email protected]on 11 Apr 2011 at 10:56