I would like to build a program that compares 2 images using python. I have a portion of code that will fetch the image files, I just need to find a way to take the 2 image files and compare them to see if there are any differences between the .png images.
I have attempted to make use of PIL, however, I am having issues getting the library to work with my program, I am getting the error that the _imaging C module is not installed.
It is not a very complex task, but if someone could either give me a starting point or idea, or help me make use of PIL that would be very helpful.