donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Compare smeared images #498

Closed donkirkby closed 1 year ago

donkirkby commented 1 year ago

Writing visual unit tests to compare graphics code is powerful, but often brittle. Things like antialiasing can make the comparison unreliable.

Adapt the smeared comparison from the four-letter blocks project, so that comparison will ignore minor changes in text or antialiasing, but will detect the wrong text, the wrong font, or other failures.