-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odiff-bin. outputDiffMask result is opposite #49
Comments
@pashidlos |
Yeah I think we need to simply update doc and jsdoc |
@eWert-Online for me the diff mask is the image around highlighted pixels |
To me a mask is something you can overlay on top of some other thing, to hide parts of it. In our case, if you overlay the diff mask on top of your original image, you are "hiding" the pixels which are different. So to me the concept as it is currently implemented is correct. |
Yes agreed with @eWert-Online mask is used when you have an original image a new one and you can render diff mask on top of the original image to show diff pixels in order to not store simmilar pixels |
from docs:
Actual:
outputDiffMask: false
-> full image with diffoutputDiffMask: true
-> only diffThe text was updated successfully, but these errors were encountered: