Finding Differences in Images with Python and Pillow
Mike’s article about using Pillow to find differences in images.
In his example, you could output the difference using a simple function:
| |
I can see how this could be useful to do a compare of a given picture like what Mike did or take a image of a chart and compare the differences as well.