-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
[FEATURE] Client can change color of rectangle for difference / excluded part. #205
Comments
Currently I'm working with this but don't have permission to push to working branch remotely. |
Hello @woosyume. |
I've created a pull request following the above rule. |
merged to the development branch. |
@woosyume thanks for your contribution to the thanks, |
Is your feature request related to a problem? Please describe.
What
As a new feature, I'm suggesting that client can set color for rectangles with the difference.
Background
About my case,
When we release something, we run image comparison for before and after deployment.
It's job of internal automation app based on Selenium WebDriver.
But we sometime take time to find diff rectangle when it's exists because there are some other parts with red colored.
Maybe you can see it with the following page.
https://www.rakuten.co.jp/
That's why I want to set other color so that we can find difference as soon as possible.
Detail
Describe the solution you'd like
Add a public method to ImageComparison.java to set color.
Sample
Describe alternatives you've considered
Nothing special.
Additional context
Nothing special.
The text was updated successfully, but these errors were encountered: