1 Comment
User's avatar
Wyrd Smythe's avatar

That was nice to see, thanks. I haven't explored the ImageChops module even though I use Image and ImageDraw a lot. I wish I'd realized it was that simple back when I did need to compare two images to see how they differed. I opened them with Image.open, pulled their data, and compared them pixel-by-pixel. Just tried that with ImageChops.difference, and it was (of course) a lot faster.

Expand full comment