rsmbl / Resemble.js

Image analysis and comparison

Home Page:http://rsmbl.github.io/Resemble.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault caused by onComplete()

ruxiang05 opened this issue · comments

baseImage = fs.readFileSync('${process.cwd()}/test/baseImages/Example-with-text.png'); diffImage = fs.readFile('${process.cwd()}/test/baseImages/Example-with-text.diff.png'); resemble(baseImage).compareTo(diffImage);

If I chain onComplete() after compareTo it gives me a segmentation fault. I'm not doing anything different than your examples, how is this possible? Using Node 8.0.0

Nothing obvious to me. Have you tried using the CompareImages helper function? https://github.com/Huddle/Resemble.js#usage Does that approach work?

I have used something else