kazurayam / materialstore

A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0 stars 0 forks source link

The diff image should paint the different pixels with Color.GRAY rather than Color.RED #461

Open kazurayam opened 8 months ago

kazurayam commented 8 months ago

See https://github.com/kazurayam/katalon-studio-compare-2-HTML-elements-as-image

The README shows the sample of 2 images

left

right

and the diff image

diff

The diff image paints the different pixels with Color.GRAY. That is good.

Currently the ImageDiffer produces a diff image which paints the diff part with Color.RED, as this

red diff

Should chage the color.