dmtrKovalenko / odiff

The fastest pixel-by-pixel image visual difference tool in the world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterate over y-coordinates in outer loop

laino opened this issue · comments

Had a quick look at this, and it appears the tool is iterating over x-coordinates in the outer loop.

If your image library's memory layout is anything like most others out there, this isn't the most CPU/memory friendly way to go about it.

Fixed in the v2