dmtrKovalenko / odiff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anti-aliasing support

pashidlos opened this issue · comments

Any heads up on how different antialiasing will be when compared to pixelmatch? Recently, I finally covered canvas chart generation in my app with tests using pixelmatch and don't like that tests are useless unless you always run them in the same environment (Docker/VM) or crank up the thresholds.

I am going to investigate the specialised anti-aliasing detection alghoritms and will pick up the best one (even if it is harder and slower).

I am going to work on this on the next week (now busy with conference)