peter-leonov / screen-diff

Diff tool for different height screenshots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite in pure C

peter-leonov opened this issue · comments

  • use fast PNG decoder / loader;
  • get the diff algorithm in C from diff tool or alike;
  • compare lines by hash or remember comparison results by pointer;
  • in the end do not use intermediate text representation.