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

Feature request: separate colors for errors in image 1 and 2

jrobinson01 opened this issue · comments

I'm using resemble via the wdio-image-comparison-service. It works great, but I would love to be able to specify that the erroneous pixels present in image 1 (my baseline) are green (expected) while the errors from image 2 (the comparison) are red. Hopefully that makes sense. Basically I want it to display like a git diff.

Changing the errorType would be the closest to this feature, perhaps it could be extended futher.

resemble.outputSettings({
    errorType: "movement",
});

@jrobinson01 @jamescryer

Have you found any solution on this point?

Hi , any update on this?
It is really a good feature to have.

Thanks in advance.