josieoharrow / QAPics

A python-driven visual testing tool designed for QA teams
MIT License
4 stars 0 forks source link

Clean up difs algorithm to isolate the actual get_difs algorithm #21

Open josieoharrow opened 5 years ago

josieoharrow commented 5 years ago

The direct image comparison should be in its own method, because we can re-use it in multiple areas and focus optimization efforts on one specific part that is used all over. We need to move the processing that occurs before the differences are recorded, and result generation after the algorithm runs. It should be a painfully simple algorithm!